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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/action.cpp b/engines/mads/action.cpp
index 42c528aaa1..207fcd9a11 100644
--- a/engines/mads/action.cpp
+++ b/engines/mads/action.cpp
@@ -347,7 +347,7 @@ void MADSAction::startAction() {
DynamicHotspot &hs = dynHotspots.get(hotspotId - hotspots.size());
if ((hs._feetPos.x == -1) || (hs._feetPos.x == -3)) {
startWalkingDirectly(hs._feetPos.x);
- } else if (hs._feetPos.x == 0) {
+ } else if (hs._feetPos.x < 0) {
player._prepareWalkFacing = hs._facing;
} else if (_savedFields._commandSource == CAT_NONE || hs._cursor < CURSOR_WAIT) {
player._needToWalk = true;