diff options
author | Nipun Garg | 2019-06-06 05:08:00 +0530 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:16:43 +0200 |
commit | 58a645dadb84f80ffe66a9d81da1302f5eb975cd (patch) | |
tree | d832c818688473507e680378c82d6413369a6831 /engines | |
parent | ff6baf30b1cee2b6147a6197716942b1dfcb115e (diff) | |
download | scummvm-rg350-58a645dadb84f80ffe66a9d81da1302f5eb975cd.tar.gz scummvm-rg350-58a645dadb84f80ffe66a9d81da1302f5eb975cd.tar.bz2 scummvm-rg350-58a645dadb84f80ffe66a9d81da1302f5eb975cd.zip |
HDB: Test the test.lua file in the data file dir
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hdb/hdb.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index 89186d0217..69b2f18742 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -148,6 +148,10 @@ Common::Error HDBGame::run() { lua->initScript(luaStream, luaLength); +#if 0 + lua->executeFile("test.lua"); +#endif + while (!shouldQuit()) { Common::Event event; |