diff options
-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 c5b65ee719..40857e7c12 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -138,6 +138,8 @@ Common::Error HDBGame::run() { Tile *tile = new Tile; Graphics::Surface surf2 = tile->load(tileStream); + + lua->executeFile("test.lua"); while (!shouldQuit()) { |