aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/xeen.h')
-rw-r--r--engines/xeen/xeen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/xeen/xeen.h b/engines/xeen/xeen.h
index 776f3196cd..44deaee43c 100644
--- a/engines/xeen/xeen.h
+++ b/engines/xeen/xeen.h
@@ -93,8 +93,6 @@ private:
const XeenGameDescription *_gameDescription;
Common::RandomSource _randomSource;
int _loadSaveSlot;
- bool _moveMonsters;
- bool _tillMove;
void showIntro();
@@ -146,6 +144,7 @@ public:
int _face2State;
bool _noDirectionSense;
bool _falling;
+ bool _moveMonsters;
public:
XeenEngine(OSystem *syst, const XeenGameDescription *gameDesc);
virtual ~XeenEngine();