mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 18:41:12 +00:00
parent
5fd5428ccf
commit
71690ef0bf
@ -310,7 +310,7 @@ void ScummEngine::processKbd(bool smushMode) {
|
||||
_lastKeyHit = (uint)VAR(VAR_CUTSCENEEXIT_KEY);
|
||||
else
|
||||
// Skip talk
|
||||
if (_talkDelay > 0)
|
||||
if (_version >= 4 && _talkDelay > 0)
|
||||
_lastKeyHit = (uint)VAR(VAR_TALKSTOP_KEY);
|
||||
else
|
||||
// Escape
|
||||
|
Loading…
x
Reference in New Issue
Block a user