diff options
-rw-r--r-- | engines/hdb/font.h | 1 | ||||
-rw-r--r-- | engines/hdb/hdb.cpp | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/font.h b/engines/hdb/font.h new file mode 100644 index 0000000000..6f70f09bee --- /dev/null +++ b/engines/hdb/font.h @@ -0,0 +1 @@ +#pragma once 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(); |