aboutsummaryrefslogtreecommitdiff
path: root/queen/walk.h
diff options
context:
space:
mode:
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);