diff options
author | Nipun Garg | 2019-06-02 19:12:23 +0530 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:16:42 +0200 |
commit | 708819839da585a251b0dcd70c3d4598ef24d61f (patch) | |
tree | 4850ac7a79c13e6fe695796607d558b266468dcf | |
parent | 88661fb9b9bbfaafba00b47dad370944f6994797 (diff) | |
download | scummvm-rg350-708819839da585a251b0dcd70c3d4598ef24d61f.tar.gz scummvm-rg350-708819839da585a251b0dcd70c3d4598ef24d61f.tar.bz2 scummvm-rg350-708819839da585a251b0dcd70c3d4598ef24d61f.zip |
HDB: Test LuaScript::executeFile
-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()) { |