mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-26 02:13:44 +00:00
Level 4
This commit is contained in:
parent
de13141b68
commit
b6875b41f4
1 changed files with 2 additions and 1 deletions
|
@ -6,8 +6,9 @@ enum eLevelName {
|
|||
LEVEL_INDUSTRIAL,
|
||||
LEVEL_COMMERCIAL,
|
||||
LEVEL_SUBURBAN,
|
||||
LEVEL_UNDERGROUND,
|
||||
|
||||
NUM_LEVELS // LCS: should be 5 eventually...
|
||||
NUM_LEVELS
|
||||
};
|
||||
|
||||
enum eAreaName {
|
||||
|
|
Loading…
Reference in a new issue