aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/map.h')
-rw-r--r--engines/gob/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/map.h b/engines/gob/map.h
index 4bf2dc6228..48a9d1d4ac 100644
--- a/engines/gob/map.h
+++ b/engines/gob/map.h
@@ -80,6 +80,8 @@ public:
int16 _destX;
int16 _destY;
+ bool _mapUnknownBool;
+
ItemPos _itemPoses[40];
char _sourceFile[15];
@@ -143,8 +145,6 @@ protected:
bool _bigTiles;
- bool _mapUnknownBool;
-
int16 _passWidth;
int8 *_passMap; // [y * _mapWidth + x], getPass(x, y);