summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-10-24 16:56:03 +0200
committerGitHub <noreply@github.com>2020-10-24 16:56:03 +0200
commit088065e0a8717bdf6a4d9c4ecb65ed30b2247db2 (patch)
tree27676505e3dcdbd5a3b945ae926545204529b2b4 /src/core
parentMerge pull request #780 from Sergeanur/VC/ObjectData (diff)
parentFluff done, FireInstantHit fix (diff)
downloadre3-088065e0a8717bdf6a4d9c4ecb65ed30b2247db2.tar
re3-088065e0a8717bdf6a4d9c4ecb65ed30b2247db2.tar.gz
re3-088065e0a8717bdf6a4d9c4ecb65ed30b2247db2.tar.bz2
re3-088065e0a8717bdf6a4d9c4ecb65ed30b2247db2.tar.lz
re3-088065e0a8717bdf6a4d9c4ecb65ed30b2247db2.tar.xz
re3-088065e0a8717bdf6a4d9c4ecb65ed30b2247db2.tar.zst
re3-088065e0a8717bdf6a4d9c4ecb65ed30b2247db2.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Game.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/Game.h b/src/core/Game.h
index 67d83c00..ee9ca943 100644
--- a/src/core/Game.h
+++ b/src/core/Game.h
@@ -4,7 +4,9 @@ enum eLevelName {
LEVEL_IGNORE = -1, // beware, this is only used in CPhysical's m_nZoneLevel
LEVEL_GENERIC = 0,
LEVEL_BEACH,
- LEVEL_MAINLAND
+ LEVEL_MAINLAND,
+
+ NUM_LEVELS
};
enum eAreaName {