From 4a07d2676fd06b20180b7bbac2aff06d7a0fbcde Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 24 Feb 2023 22:53:53 -0500 Subject: ffi: Eliminate call_arg_index static global var --- (limited to 'src/resources') 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); -- cgit v0.9.1