diff options
Diffstat (limited to 'src/core/Game.h')
-rw-r--r-- | src/core/Game.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/Game.h b/src/core/Game.h index 8db5adf5..48f31abc 100644 --- a/src/core/Game.h +++ b/src/core/Game.h @@ -12,9 +12,6 @@ class CGame { public: static eLevelName currLevel; -#ifdef MIAMI - static int32 currArea; -#endif static bool bDemoMode; static bool nastyGame; static bool frenchGame; |