aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-05 15:10:42 -0500
committerPaul Gilbert2015-01-05 15:10:42 -0500
commit42165d21bb626e325d79d755bbf65b8b5044020f (patch)
treeab36b497cefc844236c70dfae6d35fa5167100bf /engines/xeen/xeen.h
parent86cdb68f4da1f43412bbbadca1e2c4a9a80c60d8 (diff)
downloadscummvm-rg350-42165d21bb626e325d79d755bbf65b8b5044020f.tar.gz
scummvm-rg350-42165d21bb626e325d79d755bbf65b8b5044020f.tar.bz2
scummvm-rg350-42165d21bb626e325d79d755bbf65b8b5044020f.zip
XEEN: Implement more map loading
Diffstat (limited to 'engines/xeen/xeen.h')
-rw-r--r--engines/xeen/xeen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/xeen/xeen.h b/engines/xeen/xeen.h
index 9938519b9b..776f3196cd 100644
--- a/engines/xeen/xeen.h
+++ b/engines/xeen/xeen.h
@@ -93,7 +93,8 @@ private:
const XeenGameDescription *_gameDescription;
Common::RandomSource _randomSource;
int _loadSaveSlot;
- SpriteResource _iconsSprites;
+ bool _moveMonsters;
+ bool _tillMove;
void showIntro();