mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 18:27:26 +00:00
CGE2: Change call order of checkSoundHandle().
This commit is contained in:
parent
def6b4fc3e
commit
aa6b4601d7
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user