diff options
Diffstat (limited to 'engines')
-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 1b86838417..d7df7ef981 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -158,6 +158,8 @@ Common::Error HDBGame::run() { _lua->initScript(luaStream, "MAP00_LUA", luaLength); + _lua->callFunction("level_loaded", 0); + Common::SeekableReadStream *mapStream = _fileMan->findFirstData("MAP00_MSM", TYPE_BINARY); if (mapStream == NULL) { debug("The MAP00_MSM MPC entry can't be found."); |