aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--script_v1.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/script_v1.cpp b/script_v1.cpp
index 1236c723ce..0af6c42b8d 100644
--- a/script_v1.cpp
+++ b/script_v1.cpp
@@ -2393,8 +2393,7 @@ void Scumm::o5_walkActorToObject() {
obj = getVarOrDirectWord(0x40);
if (whereIsObject(obj)!=WIO_NOT_FOUND) {
getObjectXYPos(obj);
- if(_xPos !=0 && _yPos !=0) // fix while the early objects flags arent correct
- startWalkActor(a, _xPos, _yPos, _dir);
+ startWalkActor(a, _xPos, _yPos, _dir);
}
}