From bb39c2e3890cf18428fd533961c9baad69feb9cb Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sat, 25 Sep 2004 23:47:10 +0000 Subject: fix for bug #1034707 svn-id: r15279 --- queen/cutaway.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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(); -- cgit v1.2.3