mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 17:45:39 +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);
|
||||
delete file;
|
||||
}
|
||||
VAR(VAR_SOUNDRESULT) = 0;
|
||||
break;
|
||||
}
|
||||
case 14: // SO_LOAD_STRING
|
||||
|
Loading…
x
Reference in New Issue
Block a user