mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 01:07:22 +00:00
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:
parent
4139e79fcc
commit
6b48172ae1
@ -523,7 +523,8 @@ void CGE2Engine::showBak(int ref) {
|
||||
}
|
||||
|
||||
void CGE2Engine::mainLoop() {
|
||||
checkSounds();
|
||||
if (_startupMode == 0)
|
||||
checkSounds();
|
||||
|
||||
_vga->show();
|
||||
_commandHandlerTurbo->runCommand();
|
||||
|
Loading…
x
Reference in New Issue
Block a user