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 7fb4551c03..a00d89ed1a 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -327,6 +327,7 @@ Common::Error HDBGame::run() {
_window->drawDialog();
_window->drawInventory();
+ _window->drawTextOut();
// Update Timer that's NOT used for in-game Timing
_prevTimeSlice = _timeSlice;