diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/input.cpp b/scumm/input.cpp index 43e5282201..7c8b87ed20 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 |