mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 16:58:01 +00:00
MM: MM1: Update minimap after moving before specials trigger
This commit is contained in:
parent
9e28b236aa
commit
0016fe5feb
@ -55,6 +55,11 @@ darkness:
|
||||
_isDark = true;
|
||||
}
|
||||
|
||||
// Refresh the view immediately, so things like the minimap will
|
||||
// update before special actions run
|
||||
g_events->redraw();
|
||||
g_events->drawElements();
|
||||
|
||||
// Encounter checks
|
||||
g_globals->_encounters._encounterType = NORMAL_SURPRISED;
|
||||
if (maps._currentState & Maps::CELL_SPECIAL) {
|
||||
@ -71,9 +76,6 @@ darkness:
|
||||
} else {
|
||||
g_globals->_party.checkPartyDead();
|
||||
}
|
||||
|
||||
// Flag to redraw the screen
|
||||
g_events->redraw();
|
||||
}
|
||||
|
||||
bool ViewBase::msgAction(const ActionMessage &msg) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user