ULTIMA4: Match moongate visuals to the original

This commit is contained in:
Paul Gilbert 2020-09-05 18:51:24 -07:00
parent a36c20c884
commit f9701d22cd

View File

@ -149,12 +149,14 @@ void gameSpellEffect(int spell, int player, Sound sound) {
case Spell::SFX_INVERT:
gameUpdateScreen();
g_game->_mapArea.highlight(0, 0, VIEWPORT_W * TILE_WIDTH, VIEWPORT_H * TILE_HEIGHT);
g_screen->update();
EventHandler::sleep(time);
g_game->_mapArea.unhighlight();
g_screen->update();
if (effect == Spell::SFX_TREMOR) {
gameUpdateScreen();
g_screen->update();
soundPlay(SOUND_RUMBLE, false);
g_screen->screenShake(8);
}