summaryrefslogtreecommitdiffstats
path: root/src/resources/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/script.h')
-rw-r--r--src/resources/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/script.h b/src/resources/script.h
index 12dac85..01a88f6 100644
--- a/src/resources/script.h
+++ b/src/resources/script.h
@@ -25,6 +25,7 @@
struct script {
struct resource res;
lua_State *lua_state;
+ int call_arg_index;
};
struct script *script_get(const char *path);