aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r--engines/hopkins/globals.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h
index c2b9ec6e69..9c730bb1da 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -282,8 +282,6 @@ public:
bool _cityMapEnabledFl;
bool _linuxEndDemoFl;
bool _censorshipFl;
- bool _helicopterFl;
- bool _forestFl;
bool _introSpeechOffFl;
bool _cacheFl;
bool _forceHideText;
@@ -299,7 +297,6 @@ public:
int _screenId;
int _prevScreenId;
int _boxWidth;
- int _mapCarPosX, _mapCarPosY;
int _characterMaxPosY;
int _baseMapColor;
int _spriteSize[500];
@@ -307,7 +304,6 @@ public:
int _oldMouseZoneId;
int _oldMouseX, _oldMouseY;
uint _speed;
- byte *_forestSprite;
byte *_answerBuffer;
Sauvegarde *_saveData;
Language _language;