diff options
-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; |