diff --git a/scumm/input.cpp b/scumm/input.cpp index 43e5282201c..7c8b87ed20f 100644 --- a/scumm/input.cpp +++ b/scumm/input.cpp @@ -332,7 +332,7 @@ void ScummEngine::processKbd(bool smushMode) { _lastKeyHit = (uint)VAR(VAR_CUTSCENEEXIT_KEY); else // Skip talk - if (_version >= 4 && _talkDelay > 0) + if (_version >= 5 && _talkDelay > 0) _lastKeyHit = (uint)VAR(VAR_TALKSTOP_KEY); else // Escape