From 8cdd69ba4175cdff5e711c53c87ddec36c6eae13 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Sun, 23 Jun 2019 08:25:13 +0530 Subject: HDB: Call drawDialog() from hdb.cpp --- engines/hdb/font.h | 1 + engines/hdb/hdb.cpp | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 engines/hdb/font.h (limited to 'engines') diff --git a/engines/hdb/font.h b/engines/hdb/font.h new file mode 100644 index 0000000000..6f70f09bee --- /dev/null +++ b/engines/hdb/font.h @@ -0,0 +1 @@ +#pragma once diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index cae6b6d743..f72a3f2108 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -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(); -- cgit v1.2.3