diff options
Diffstat (limited to 'engines/hdb/lua-script.cpp')
-rw-r--r-- | engines/hdb/lua-script.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/lua-script.cpp b/engines/hdb/lua-script.cpp index 4f0371f03a..ce635d4cb8 100644 --- a/engines/hdb/lua-script.cpp +++ b/engines/hdb/lua-script.cpp @@ -730,6 +730,8 @@ bool LuaScript::initScript(Common::SeekableReadStream *stream, const char *scrip spawn names into Lua once they are implemented. */ + warning("STUB: LuaScript::initScript: Load ai_all_ents"); + // Register panic callback function lua_atpanic(_state, panicCB); |