Add NUM_LEVELS
This commit is contained in:
@@ -5,7 +5,8 @@ enum eLevelName {
|
||||
LEVEL_GENERIC = 0,
|
||||
LEVEL_INDUSTRIAL,
|
||||
LEVEL_COMMERCIAL,
|
||||
LEVEL_SUBURBAN
|
||||
LEVEL_SUBURBAN,
|
||||
NUM_LEVELS
|
||||
};
|
||||
|
||||
class CGame
|
||||
|
||||
Reference in New Issue
Block a user