mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
MOHAWK: Update the screen immediatly when changing stacks
This fixes the linking sound being played before the new age is displayed. Thanks to rootfather for noticing.
This commit is contained in:
parent
a9ebd7a122
commit
76e2867c07
@ -604,7 +604,8 @@ void MohawkEngine_Myst::changeToCard(uint16 card, TransitionType transition) {
|
||||
_gfx->runTransition(transition, Common::Rect(544, 333), 10, 0);
|
||||
} else {
|
||||
_gfx->copyBackBufferToScreen(Common::Rect(544, 333));
|
||||
_needsUpdate = true;
|
||||
_system->updateScreen();
|
||||
_needsUpdate = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user