diff options
Diffstat (limited to 'LuaSL/src/LuaSL.h')
-rw-r--r-- | LuaSL/src/LuaSL.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
76 | gameGlobals *game; | 76 | gameGlobals *game; |
77 | char SID[PATH_MAX]; | 77 | char SID[PATH_MAX]; |
78 | char fileName[PATH_MAX]; | 78 | char fileName[PATH_MAX]; |
79 | lua_State *lstate; | 79 | lua_State *L; |
80 | struct timeval startTime; | 80 | struct timeval startTime; |
81 | float compileTime, timerTime; | 81 | float compileTime, timerTime; |
82 | int bugs, warnings; | 82 | int bugs, warnings; |