HDB: Add openDialog() call to hdb.cpp

This commit is contained in:
Nipun Garg 2019-06-23 20:09:48 +05:30 committed by Eugene Sandulenko
parent b7c5c2e815
commit 7389d7d819

View File

@ -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