diff options
-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 7c8b87ed20..d94f51b9dc 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 >= 5 && _talkDelay > 0) + if (VAR_TALKSTOP_KEY != 0xFF && _talkDelay > 0) _lastKeyHit = (uint)VAR(VAR_TALKSTOP_KEY); else // Escape |