aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaSL/LuaSL.h')
-rw-r--r--src/LuaSL/LuaSL.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LuaSL/LuaSL.h b/src/LuaSL/LuaSL.h
index 175cebf..d43d6cd 100644
--- a/src/LuaSL/LuaSL.h
+++ b/src/LuaSL/LuaSL.h
@@ -38,6 +38,7 @@ struct _script
38 gameGlobals *game; 38 gameGlobals *game;
39 char SID[PATH_MAX]; 39 char SID[PATH_MAX];
40 char fileName[PATH_MAX]; 40 char fileName[PATH_MAX];
41 char *name;
41 lua_State *L; 42 lua_State *L;
42 struct timeval startTime; 43 struct timeval startTime;
43 float timerTime; 44 float timerTime;