aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scummvm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 74b466e199..91b58a8a31 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -1123,6 +1123,7 @@ void Scumm::processKbd()
if (_features & GF_AFTER_V7)
runScript(_vars[VAR_UNK_SCRIPT_2], 0, 0, 0);
+ return;
} else if (_lastKeyHit == _vars[VAR_TALKSTOP_KEY]) {
_talkDelay = 0;
if (_sound->_sfxMode & 2)