mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
Reset sound flags for HE100 games.
svn-id: r19965
This commit is contained in:
parent
c1d87f8b92
commit
af15925e88
@ -1703,6 +1703,7 @@ void ScummEngine_v100he::o100_startSound() {
|
||||
_heSndOffset = 0;
|
||||
_heSndSoundFreq = 11025;
|
||||
_heSndChannel = VAR(VAR_MUSIC_CHANNEL);
|
||||
_heSndFlags = 0;
|
||||
break;
|
||||
case 133:
|
||||
_heSndFlags |= 128;
|
||||
|
Loading…
x
Reference in New Issue
Block a user