aboutsummaryrefslogtreecommitdiff
path: root/queen/walk.h
diff options
context:
space:
mode:
authorGregory Montoir2003-10-21 09:05:16 +0000
committerGregory Montoir2003-10-21 09:05:16 +0000
commit4e2ffd8d9ed31ae2d9b42707d0c92cfc31aad3a7 (patch)
tree19b32419afaa454684480d0555bf0fd463c96d68 /queen/walk.h
parent3be2f0f1e08fc191e9f092380845919778e77a58 (diff)
downloadscummvm-rg350-4e2ffd8d9ed31ae2d9b42707d0c92cfc31aad3a7.tar.gz
scummvm-rg350-4e2ffd8d9ed31ae2d9b42707d0c92cfc31aad3a7.tar.bz2
scummvm-rg350-4e2ffd8d9ed31ae2d9b42707d0c92cfc31aad3a7.zip
WALK, GRAB_JOE, GRAB_DIR, USE_UNDERWEAR, USE_DRESS and USE_CLOTHES implementations
svn-id: r10924
Diffstat (limited to 'queen/walk.h')
-rw-r--r--queen/walk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/queen/walk.h b/queen/walk.h
index 13e5802002..ef5dff7eba 100644
--- a/queen/walk.h
+++ b/queen/walk.h
@@ -75,10 +75,10 @@ public:
Walk(Logic* logic, Graphics* graphics);
//! MOVE_JOE()
- void joeMove(int direction, uint16 endx, uint16 endy, bool inCutaway);
+ int16 joeMove(int direction, uint16 endx, uint16 endy, bool inCutaway);
//! MOVE_OTHER
- void personMove(const Person *pp, uint16 endx, uint16 endy, uint16 curImage, int direction);
+ int16 personMove(const Person *pp, uint16 endx, uint16 endy, uint16 curImage, int direction);
private:
@@ -86,7 +86,7 @@ private:
void joeMoveBlock(int facing, uint16 areaNum, uint16 walkDataNum);
void animateJoePrepare();
- void animateJoe();
+ bool animateJoe();
void animatePersonPrepare(const MovePersonData *mpd, int direction);
void animatePerson(const MovePersonData *mpd, uint16 image, uint16 bobNum, uint16 bankNum, int direction);