diff options
author | Nipun Garg | 2019-06-23 20:09:48 +0530 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:16:57 +0200 |
commit | 7389d7d819db53d7672701df29f751c9b0e1fa1b (patch) | |
tree | cb3161e55fd3fee39622f4762696b2a730330a6a | |
parent | b7c5c2e8157e736e8e902c2f3f93aa3e0e7aae35 (diff) | |
download | scummvm-rg350-7389d7d819db53d7672701df29f751c9b0e1fa1b.tar.gz scummvm-rg350-7389d7d819db53d7672701df29f751c9b0e1fa1b.tar.bz2 scummvm-rg350-7389d7d819db53d7672701df29f751c9b0e1fa1b.zip |
HDB: Add openDialog() call to hdb.cpp
-rw-r--r-- | engines/hdb/hdb.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index 1f05b338d2..0b6eefb90f 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -271,6 +271,8 @@ Common::Error HDBGame::run() { _map->load(mapStream); _ai->initAnimInfo(); + _window->openDialog("Title", 0, "String", 0, NULL); + #if 0 lua->executeFile("test.lua"); #endif |