mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
parent
f66960c4b9
commit
bb39c2e389
@ -986,6 +986,10 @@ void Cutaway::run(char *nextFilename) {
|
||||
joeBob->animating = 0;
|
||||
joeBob->moving = 0;
|
||||
|
||||
// if the cutaway has been cancelled, we must stop the speech as well
|
||||
if (_vm->sound()->speechOn())
|
||||
_vm->sound()->stopSpeech();
|
||||
|
||||
_vm->input()->cutawayRunning(false);
|
||||
_vm->input()->cutawayQuitReset();
|
||||
_vm->input()->quickSaveReset();
|
||||
|
Loading…
Reference in New Issue
Block a user