aboutsummaryrefslogtreecommitdiff
path: root/queen/walk.h
diff options
context:
space:
mode:
authorGregory Montoir2003-10-11 10:09:23 +0000
committerGregory Montoir2003-10-11 10:09:23 +0000
commitcd1d7f474df973982b5653ba0bc6e76645822edb (patch)
tree6e69274bf334978c7bb8d1faf7ffdd3164629af6 /queen/walk.h
parent478e068ca807c9f4a92d7dd1f0cdd9fc40ce7cac (diff)
downloadscummvm-rg350-cd1d7f474df973982b5653ba0bc6e76645822edb.tar.gz
scummvm-rg350-cd1d7f474df973982b5653ba0bc6e76645822edb.tar.bz2
scummvm-rg350-cd1d7f474df973982b5653ba0bc6e76645822edb.zip
preliminary DISP_ROOM implementation
svn-id: r10731
Diffstat (limited to 'queen/walk.h')
-rw-r--r--queen/walk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/walk.h b/queen/walk.h
index 43911cf199..f1f9615eef 100644
--- a/queen/walk.h
+++ b/queen/walk.h
@@ -86,7 +86,7 @@ public:
void joeSetup();
//! SETUP_HERO(), places Joe at the right place when entering a room
- void joeSetupInRoom(int state, uint16 scale, uint16 entryObj);
+ ObjectData *joeSetupInRoom(int state, uint16 scale, uint16 entryObj);
//! MOVE_JOE()
void joeMove(int direction, uint16 endx, uint16 endy, bool inCutaway);