mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Actor flip should be reset, fixes some glitches in putt putt games
svn-id: r12212
This commit is contained in:
@@ -100,6 +100,7 @@ void Actor::initActor(int mode) {
|
||||
ignoreBoxes = false;
|
||||
forceClip = 0;
|
||||
ignoreTurns = false;
|
||||
flip = 0;
|
||||
|
||||
talkFrequency = 256;
|
||||
talkPan = 64;
|
||||
|
||||
Reference in New Issue
Block a user