aboutsummaryrefslogtreecommitdiff
path: root/queen/walk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queen/walk.cpp')
-rw-r--r--queen/walk.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/queen/walk.cpp b/queen/walk.cpp
index 4b16083cf9..6b90601704 100644
--- a/queen/walk.cpp
+++ b/queen/walk.cpp
@@ -298,12 +298,11 @@ void Walk::animatePerson(const MovePersonData *mpd, uint16 image, uint16 bobNum,
int16 Walk::moveJoe(int direction, int16 endx, int16 endy, bool inCutaway) {
+ _joeInterrupted = false;
_joeMoveBlock = false;
int16 can = 0;
initWalkData();
- _joeInterrupted = false;
-
uint16 oldx = _vm->graphics()->bob(0)->x;
uint16 oldy = _vm->graphics()->bob(0)->y;