aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-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 0951eacde4..1f5b11bfd7 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -317,6 +317,7 @@ Common::Error HDBGame::run() {
_ai->animateTargets();
_window->drawDialog();
+ _window->drawInventory();
// Update Timer that's NOT used for in-game Timing
_prevTimeSlice = _timeSlice;