mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
Fix for bug #921681 - clear _quickSave when exiting cutaways
svn-id: r13376
This commit is contained in:
parent
dbf56846c9
commit
1f1c929cae
@ -995,7 +995,9 @@ void Cutaway::run(char *nextFilename) {
|
||||
|
||||
_vm->input()->cutawayRunning(false);
|
||||
_vm->input()->cutawayQuitReset();
|
||||
|
||||
_vm->input()->quickSaveReset();
|
||||
_vm->input()->quickLoadReset();
|
||||
|
||||
if (_songBeforeComic > 0)
|
||||
_vm->sound()->playSong(_songBeforeComic);
|
||||
else if (_lastSong > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user