aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-01-07 10:34:53 +0000
committerTravis Howell2004-01-07 10:34:53 +0000
commita2fbba2e4e9a241464fc2b64de3d963e692fa2d6 (patch)
treefe9d0483bac39f9066993ad2c53ee2680c756640 /scumm/actor.cpp
parent6d0dd6aee8abc6fbf032f925cd77a46528158646 (diff)
downloadscummvm-rg350-a2fbba2e4e9a241464fc2b64de3d963e692fa2d6.tar.gz
scummvm-rg350-a2fbba2e4e9a241464fc2b64de3d963e692fa2d6.tar.bz2
scummvm-rg350-a2fbba2e4e9a241464fc2b64de3d963e692fa2d6.zip
Actor flip should be reset, fixes some glitches in putt putt games
svn-id: r12212
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 1739856a06..e0d16cb39b 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -100,6 +100,7 @@ void Actor::initActor(int mode) {
ignoreBoxes = false;
forceClip = 0;
ignoreTurns = false;
+ flip = 0;
talkFrequency = 256;
talkPan = 64;