[Scummvm-git-logs] scummvm branch-2-2 -> 1808d6f8f0cecd5d729cd4967b6cd40d522dad52

dreammaster paulfgilbert at gmail.com
Sun Sep 6 01:52:09 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1808d6f8f0 ULTIMA4: Match moongate visuals to the original


Commit: 1808d6f8f0cecd5d729cd4967b6cd40d522dad52
    https://github.com/scummvm/scummvm/commit/1808d6f8f0cecd5d729cd4967b6cd40d522dad52
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-09-05T18:52:01-07:00

Commit Message:
ULTIMA4: Match moongate visuals to the original

Changed paths:
    engines/ultima/ultima4/game/game.cpp


diff --git a/engines/ultima/ultima4/game/game.cpp b/engines/ultima/ultima4/game/game.cpp
index 00b87e37d9..7387703092 100644
--- a/engines/ultima/ultima4/game/game.cpp
+++ b/engines/ultima/ultima4/game/game.cpp
@@ -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);
 		}




More information about the Scummvm-git-logs mailing list