aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index d5a2d42c8b..633097630c 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1387,7 +1387,7 @@ void Actor::walkActorOld() {
return;
walkbox = walkdata.destbox;
- } while(1);
+ } while (1);
moving |= MF_LAST_LEG;
calcMovementFactor(walkdata.destx, walkdata.desty);