diff options
Diffstat (limited to 'LuaSL')
-rw-r--r-- | LuaSL/src/LuaSL_runner.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL_runner.c b/LuaSL/src/LuaSL_runner.c index 8aa115c..a59855d 100644 --- a/LuaSL/src/LuaSL_runner.c +++ b/LuaSL/src/LuaSL_runner.c | |||
@@ -134,6 +134,7 @@ void runnerSetup(gameGlobals *game) | |||
134 | 134 | ||
135 | void runLuaFile(gameGlobals *game, const char *filename) | 135 | void runLuaFile(gameGlobals *game, const char *filename) |
136 | { | 136 | { |
137 | // PD("Starting %s", filename); | ||
137 | newProc(filename, TRUE); | 138 | newProc(filename, TRUE); |
138 | 139 | ||
139 | // TODO, should set up our panic and errfunc as below. Plus the other TODO stuff. | 140 | // TODO, should set up our panic and errfunc as below. Plus the other TODO stuff. |