aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.h
diff options
context:
space:
mode:
authorNipun Garg2019-06-02 19:03:34 +0530
committerEugene Sandulenko2019-09-03 17:16:42 +0200
commit0ad5f7e1803c8615b2b6ac9425b710fc5b7c8304 (patch)
tree14487102872bd10a6ca8838e4b2c56fd3321ae7e /engines/hdb/lua-script.h
parentf88b1d0d6a67c226951f74ad3be6addd9bd7dbdc (diff)
downloadscummvm-rg350-0ad5f7e1803c8615b2b6ac9425b710fc5b7c8304.tar.gz
scummvm-rg350-0ad5f7e1803c8615b2b6ac9425b710fc5b7c8304.tar.bz2
scummvm-rg350-0ad5f7e1803c8615b2b6ac9425b710fc5b7c8304.zip
HDB: Add _systemInit check to LuaScript
Diffstat (limited to 'engines/hdb/lua-script.h')
-rw-r--r--engines/hdb/lua-script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/lua-script.h b/engines/hdb/lua-script.h
index bf2277364e..8a9441a240 100644
--- a/engines/hdb/lua-script.h
+++ b/engines/hdb/lua-script.h
@@ -43,6 +43,7 @@ public:
private:
lua_State *_state;
+ bool _systemInit;
bool registerStdLibs();
bool executeChunk(const char *chunk, uint chunkSize, const Common::String &chunkName) const;