diff options
| author | Nipun Garg | 2019-06-28 18:02:37 +0530 |
|---|---|---|
| committer | Eugene Sandulenko | 2019-09-03 17:17:03 +0200 |
| commit | 6d7329836236f624aa0fe838d344bb84b159e4d1 (patch) | |
| tree | 7d8f60686a290146b728dc4fbbccafbb7daf8109 | |
| parent | 178bb473c1b891403972aef976901e0ddd252fba (diff) | |
| download | scummvm-rg350-6d7329836236f624aa0fe838d344bb84b159e4d1.tar.gz scummvm-rg350-6d7329836236f624aa0fe838d344bb84b159e4d1.tar.bz2 scummvm-rg350-6d7329836236f624aa0fe838d344bb84b159e4d1.zip | |
HDB: Call drawTextOut()
| -rw-r--r-- | engines/hdb/hdb.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index 7fb4551c03..a00d89ed1a 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -327,6 +327,7 @@ Common::Error HDBGame::run() { _window->drawDialog(); _window->drawInventory(); + _window->drawTextOut(); // Update Timer that's NOT used for in-game Timing _prevTimeSlice = _timeSlice; |
