From fb91a83c67fdad5adafe9ab6f843f9237dcdd9eb Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 25 Feb 2012 04:29:52 +1000 Subject: Merge the luaproc structure into the script structure, and use that instead. --- LuaSL/src/LuaSL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/src/LuaSL.h') diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h index bde4c2f..936477f 100644 --- a/LuaSL/src/LuaSL.h +++ b/LuaSL/src/LuaSL.h @@ -76,7 +76,7 @@ struct _script gameGlobals *game; char SID[PATH_MAX]; char fileName[PATH_MAX]; - lua_State *lstate; + lua_State *L; struct timeval startTime; float compileTime, timerTime; int bugs, warnings; -- cgit v1.1