HDB: Call drawDialog() from hdb.cpp

This commit is contained in:
Nipun Garg 2019-06-23 08:25:13 +05:30 committed by Eugene Sandulenko
parent 4b28b535bc
commit 8cdd69ba41
2 changed files with 3 additions and 0 deletions

1
engines/hdb/font.h Normal file
View File

@ -0,0 +1 @@
#pragma once

View File

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