aboutsummaryrefslogtreecommitdiff
path: root/queen/walk.h
diff options
context:
space:
mode:
authorGregory Montoir2003-12-12 20:26:20 +0000
committerGregory Montoir2003-12-12 20:26:20 +0000
commitc3c55a457c00525a9eaaad48c04c30aa374b4075 (patch)
tree062eba8e2ae2a67e746bc29c9c80ec44fc674bb3 /queen/walk.h
parent8f5c14aebe0ca423ede54e36d16d626bfab110ed (diff)
downloadscummvm-rg350-c3c55a457c00525a9eaaad48c04c30aa374b4075.tar.gz
scummvm-rg350-c3c55a457c00525a9eaaad48c04c30aa374b4075.tar.bz2
scummvm-rg350-c3c55a457c00525a9eaaad48c04c30aa374b4075.zip
cleanup
svn-id: r11600
Diffstat (limited to 'queen/walk.h')
-rw-r--r--queen/walk.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/queen/walk.h b/queen/walk.h
index 3dfae9edd0..369676da0b 100644
--- a/queen/walk.h
+++ b/queen/walk.h
@@ -75,6 +75,7 @@ public:
void stopJoe();
+
enum {
MAX_WALK_DATA = 16
};
@@ -122,13 +123,15 @@ private:
uint16 _areaList[MAX_WALK_DATA];
uint16 _areaListCount;
+ //! set if stopJoe() is called
bool _joeInterrupted;
- //! set if customMoveJoe() is called in joeAnimate()
+ //! set if customMoveJoe() is called
bool _joeMoveBlock;
QueenEngine *_vm;
+
static const MovePersonData _moveData[];
};