aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/hdb.cpp')
-rw-r--r--engines/hdb/hdb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp
index cae6b6d743..f72a3f2108 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -299,6 +299,8 @@ Common::Error HDBGame::run() {
_map->drawForegrounds();
_ai->animateTargets();
+ _window->drawDialog();
+
// Update Timer that's NOT used for in-game Timing
_prevTimeSlice = _timeSlice;
_timeSlice = g_system->getMillis();