mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
HDB: Add openDialog() call to hdb.cpp
This commit is contained in:
parent
b7c5c2e815
commit
7389d7d819
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user