diff options
author | David Walter Seikel | 2012-02-05 16:37:39 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-02-05 16:37:39 +1000 |
commit | 988ed8336522c8951f57b396c842f0bb33849ae5 (patch) | |
tree | f395ad6e75cf464c4c59b028b9838c33931aa13a | |
parent | Implement more of the state handling stuff, with copious comments. (diff) | |
download | SledjHamr-988ed8336522c8951f57b396c842f0bb33849ae5.zip SledjHamr-988ed8336522c8951f57b396c842f0bb33849ae5.tar.gz SledjHamr-988ed8336522c8951f57b396c842f0bb33849ae5.tar.bz2 SledjHamr-988ed8336522c8951f57b396c842f0bb33849ae5.tar.xz |
A commented out debuggie that I might need later.
-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. |