CGE2: Change call order of checkSoundHandle().

This commit is contained in:
uruk 2014-07-22 18:59:22 +02:00
parent def6b4fc3e
commit aa6b4601d7

View File

@ -539,6 +539,8 @@ void CGE2Engine::showBak(int ref) {
}
void CGE2Engine::mainLoop() {
_sound->checkSoundHandle();
_vga->show();
_commandHandlerTurbo->runCommand();
_commandHandler->runCommand();
@ -551,8 +553,6 @@ void CGE2Engine::mainLoop() {
// Check shouldQuit()
_quitFlag = shouldQuit();
_sound->checkSoundHandle();
}
void CGE2Engine::handleFrame() {