CGE2: Disable checking the sound options while the intro animation is running.

Since there are no toolbar during the intro, checking it's buttons would cause a crash.
This commit is contained in:
uruk 2014-07-30 09:01:18 +02:00
parent 4139e79fcc
commit 6b48172ae1

View File

@ -523,7 +523,8 @@ void CGE2Engine::showBak(int ref) {
}
void CGE2Engine::mainLoop() {
checkSounds();
if (_startupMode == 0)
checkSounds();
_vga->show();
_commandHandlerTurbo->runCommand();