disabled force restore state music, it seems fix bug #1757010, at least i see/hear difference :)

svn-id: r30596
This commit is contained in:
Paweł Kołodziejski 2008-01-21 00:42:05 +00:00
parent 41e478d142
commit 5084530348

View File

@ -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;
}