diff options
-rw-r--r-- | engines/cge2/cge2_main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp index 9bdd57a50c..c1a47b8000 100644 --- a/engines/cge2/cge2_main.cpp +++ b/engines/cge2/cge2_main.cpp @@ -523,7 +523,8 @@ void CGE2Engine::showBak(int ref) { } void CGE2Engine::mainLoop() { - checkSounds(); + if (_startupMode == 0) + checkSounds(); _vga->show(); _commandHandlerTurbo->runCommand(); |