diff options
Diffstat (limited to 'simon/vga.cpp')
| -rw-r--r-- | simon/vga.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp index 7892002d6e..d0453eba95 100644 --- a/simon/vga.cpp +++ b/simon/vga.cpp @@ -1914,7 +1914,7 @@ void SimonEngine::vc63_fastFadeIn() { void SimonEngine::vc64_skipIfSpeechEnded() { // Simon2 - if (!_sound->isVoiceActive() || (_subtitles && _language != 20)) + if (!_sound->isVoiceActive() || (_subtitles && _language != Common::HB_ISR)) vc_skip_next_instruction(); } |
