aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/actor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index ef5cef6267..2b0cd5d0ab 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -52,6 +52,7 @@ void Actor::initActor(int mode) {
y = 0;
facing = 180;
} else if (mode == 2) {
+ facing = 180;
}
elevation = 0;