summaryrefslogtreecommitdiff
path: root/src/core/Game.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-07-13 17:43:09 +0300
committerSergeanur <s.anureev@yandex.ua>2020-07-13 17:43:09 +0300
commit841fa5155c17b6edf4774deaa311a4e5935be4d6 (patch)
tree7fae91d0edd59cdb4c340d9cf590e0cd07a75310 /src/core/Game.h
parent6eb8f6ae5a87fe32c93388e67559da988f48fb7f (diff)
Rename LEVEL_NONE to LEVEL_GENERIC
Diffstat (limited to 'src/core/Game.h')
-rw-r--r--src/core/Game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Game.h b/src/core/Game.h
index 48f31abc..46e8fc68 100644
--- a/src/core/Game.h
+++ b/src/core/Game.h
@@ -2,7 +2,7 @@
enum eLevelName {
LEVEL_IGNORE = -1, // beware, this is only used in CPhysical's m_nZoneLevel
- LEVEL_NONE = 0,
+ LEVEL_GENERIC = 0,
LEVEL_INDUSTRIAL,
LEVEL_COMMERCIAL,
LEVEL_SUBURBAN