diff options
-rw-r--r-- | queen/cutaway.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp index 37250eaf94..012ba4cc33 100644 --- a/queen/cutaway.cpp +++ b/queen/cutaway.cpp @@ -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(); |