HDB: Call drawInventory() from hdb.cpp

This commit is contained in:
Nipun Garg 2019-06-25 11:02:29 +05:30 committed by Eugene Sandulenko
parent 8f7e0479fc
commit 37a393e9e1

View File

@ -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;