aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-25 04:29:52 +1000
committerDavid Walter Seikel2012-02-25 04:29:52 +1000
commitfb91a83c67fdad5adafe9ab6f843f9237dcdd9eb (patch)
tree13297fdead1c6885395daff2205ebc46cd3df8fb /LuaSL/src/LuaSL.h
parentStrip out some of the waste of space, including unacademicifying luaproc. Al... (diff)
downloadSledjHamr-fb91a83c67fdad5adafe9ab6f843f9237dcdd9eb.zip
SledjHamr-fb91a83c67fdad5adafe9ab6f843f9237dcdd9eb.tar.gz
SledjHamr-fb91a83c67fdad5adafe9ab6f843f9237dcdd9eb.tar.bz2
SledjHamr-fb91a83c67fdad5adafe9ab6f843f9237dcdd9eb.tar.xz
Merge the luaproc structure into the script structure, and use that instead.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL.h2
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;