aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/actor.cpp b/actor.cpp
index 835c6f2140..2b739a8dd9 100644
--- a/actor.cpp
+++ b/actor.cpp
@@ -229,7 +229,7 @@ int Actor::remapDirection(int dir)
}
}
/* Or 1024 in to signal direction interpolation should be done */
- return Scumm::normalizeAngle(dir)/* | 1024*/;
+ return Scumm::normalizeAngle(dir) | 1024;
}
int Actor::updateActorDirection()