aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/hdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp
index 8eb06c1ea9..b404ee4736 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -750,6 +750,7 @@ void HDBGame::drawProgressBar() {
GameState temp = _gameState;
_gameState = GAME_LOADING;
paint();
+ g_system->updateScreen();
_gameState = temp;
}