aboutsummaryrefslogtreecommitdiff
path: root/queen/walk.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/walk.h')
-rw-r--r--queen/walk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/queen/walk.h b/queen/walk.h
index 09a8168a03..16c64e1b67 100644
--- a/queen/walk.h
+++ b/queen/walk.h
@@ -44,7 +44,7 @@ struct MovePersonAnim {
struct WalkData {
int16 dx, dy;
const Area *area;
- uint16 areaNum; // extra stuff for customMoveJoe
+ uint16 areaNum;
MovePersonAnim anim;
};
@@ -125,7 +125,7 @@ private:
//! set if stopJoe() is called
bool _joeInterrupted;
- //! set if customMoveJoe() is called
+ //! set if handleSpecialArea() is called
bool _joeMoveBlock;
QueenEngine *_vm;