aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/action.cpp')
-rw-r--r--engines/mads/action.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mads/action.cpp b/engines/mads/action.cpp
index 0c20fec918..ca29527748 100644
--- a/engines/mads/action.cpp
+++ b/engines/mads/action.cpp
@@ -305,13 +305,13 @@ void MADSAction::startAction() {
if ((hs._feetPos.x == -1) || (hs._feetPos.x == -3)) {
checkCustomDest(hs._feetPos.x);
} else if (hs._feetPos.x == 0) {
- scene._destFacing = hs._facing;
+ scene._targetFacing = hs._facing;
} else if (_savedFields._actionMode == ACTIONMODE_NONE || hs._cursor >= CURSOR_WAIT) {
_startWalkFlag = true;
scene._destPos = hs._feetPos;
}
- scene._destFacing = hs._facing;
+ scene._targetFacing = hs._facing;
hotspotId = -1;
}
}
@@ -328,7 +328,7 @@ void MADSAction::startAction() {
}
}
- scene._destFacing = hs._facing;
+ scene._targetFacing = hs._facing;
}
_walkFlag = _startWalkFlag;