mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 10:19:27 +00:00
fix smush intialization
svn-id: r17381
This commit is contained in:
parent
581ab2ed63
commit
5de9e36ff8
@ -252,6 +252,7 @@ SmushPlayer::SmushPlayer(ScummEngine_v6 *scumm, int speed) {
|
||||
_speed = speed;
|
||||
_insanity = false;
|
||||
_middleAudio = false;
|
||||
_IACTstream = NULL;
|
||||
#ifdef _WIN32_WCE
|
||||
_inTimer = false;
|
||||
_inTimerCount = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user