aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/map.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-30 13:14:32 +0000
committerSven Hesse2011-01-30 13:14:32 +0000
commitc88ee19478a84334dc1703212ea306ec7bc9dc1b (patch)
tree96bb5b090bfbe25a4c7a12921554b86a349bef86 /engines/gob/map.h
parenta95f69c502d4198e9dfd5840d97e745a7d461781 (diff)
downloadscummvm-rg350-c88ee19478a84334dc1703212ea306ec7bc9dc1b.tar.gz
scummvm-rg350-c88ee19478a84334dc1703212ea306ec7bc9dc1b.tar.bz2
scummvm-rg350-c88ee19478a84334dc1703212ea306ec7bc9dc1b.zip
GOB: Stub some Adibou mult stuff
svn-id: r55653
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);