aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-06-06 01:22:09 +0200
committerEugene Sandulenko2019-09-03 17:16:43 +0200
commita54d05ab9590ae3738d1c5fa30cae942d3aa7247 (patch)
treef9df98b8ec9cc08fa0f421625bc1a6e67999aad1 /engines/hdb/lua-script.h
parent656e67db699b750f2cd20e669d90611a55022b92 (diff)
downloadscummvm-rg350-a54d05ab9590ae3738d1c5fa30cae942d3aa7247.tar.gz
scummvm-rg350-a54d05ab9590ae3738d1c5fa30cae942d3aa7247.tar.bz2
scummvm-rg350-a54d05ab9590ae3738d1c5fa30cae942d3aa7247.zip
HDB: Added more debugging facilities
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;