mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
VAR_SOUND_RESULT should be reset.
svn-id: r14330
This commit is contained in:
parent
1c743547d1
commit
ebdbb97d38
@ -1945,6 +1945,7 @@ void ScummEngine_v5::o5_roomOps() {
|
|||||||
file->write(ptr, resStrLen(ptr) + 1);
|
file->write(ptr, resStrLen(ptr) + 1);
|
||||||
delete file;
|
delete file;
|
||||||
}
|
}
|
||||||
|
VAR(VAR_SOUNDRESULT) = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 14: // SO_LOAD_STRING
|
case 14: // SO_LOAD_STRING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user