aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/lua-script.h')
-rw-r--r--engines/hdb/lua-script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/lua-script.h b/engines/hdb/lua-script.h
index 5ad9d2c409..5cdb9fb466 100644
--- a/engines/hdb/lua-script.h
+++ b/engines/hdb/lua-script.h
@@ -44,6 +44,8 @@ public:
private:
lua_State *_state;
+ int _pcallErrorhandlerRegistryIndex;
+
Common::SeekableReadStream* _globalLuaStream;
int32 _globalLuaLength;
bool _systemInit;