aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-07-02 03:39:31 +0530
committerEugene Sandulenko2019-09-03 17:17:07 +0200
commitad0ce9a43f280f01cda0ec1290270fb119fcb76f (patch)
tree0dad8efdc66f4c525718b33883c158ae4bff4368 /engines/hdb/hdb.cpp
parent8d7446406516f29ee7ebfcf463bdbfeaf65b2958 (diff)
downloadscummvm-rg350-ad0ce9a43f280f01cda0ec1290270fb119fcb76f.tar.gz
scummvm-rg350-ad0ce9a43f280f01cda0ec1290270fb119fcb76f.tar.bz2
scummvm-rg350-ad0ce9a43f280f01cda0ec1290270fb119fcb76f.zip
HDB: Call drawDialogChoice() and drawMessageBar()
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 4e93737f7b..3da71974a4 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -512,7 +512,9 @@ Common::Error HDBGame::run() {
_map->drawForegrounds();
_ai->animateTargets();
+ _window->drawDialogChoice();
_window->drawDialog();
+ _window->drawMessageBar();
_window->drawInventory();
_window->drawDeliveries();
_window->drawTextOut();