mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
Reset the value of _resetOnPause when a song is loaded/unloaded
svn-id: r47434
This commit is contained in:
parent
47c97f4a60
commit
b8d0c214ea
@ -100,6 +100,7 @@ void MidiParser_SCI::unloadMusic() {
|
||||
allNotesOff();
|
||||
_num_tracks = 0;
|
||||
_active_track = 255;
|
||||
_resetOnPause = false;
|
||||
|
||||
if (_mixedData) {
|
||||
delete[] _mixedData;
|
||||
|
Loading…
Reference in New Issue
Block a user