mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
HDB: Call drawDialog() from hdb.cpp
This commit is contained in:
parent
4b28b535bc
commit
8cdd69ba41
1
engines/hdb/font.h
Normal file
1
engines/hdb/font.h
Normal file
@ -0,0 +1 @@
|
||||
#pragma once
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user