mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
disabled force restore state music, it seems fix bug #1757010, at least i see/hear difference :)
svn-id: r30596
This commit is contained in:
parent
41e478d142
commit
5084530348
@ -210,7 +210,8 @@ void IMuseDigital::refreshScripts() {
|
||||
|
||||
if (_stopingSequence) {
|
||||
debug(5, "refreshScripts() Force restore music state");
|
||||
parseScriptCmds(0x1001, 0, 0, 0, 0, 0, 0, 0);
|
||||
// disabled that, it seems help for fix bug #1757010
|
||||
//parseScriptCmds(0x1001, 0, 0, 0, 0, 0, 0, 0);
|
||||
_stopingSequence = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user