aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_main.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-22 20:08:59 +1000
committerDavid Walter Seikel2012-01-22 20:08:59 +1000
commit46d9365cf157d56b121b1d6e5cc3f08a4e661e1e (patch)
treeed7aecb4b881adf9017d4416a08732940f369187 /LuaSL/src/LuaSL_main.c
parentClean up the block, state, and statement output LSL. (diff)
downloadSledjHamr-46d9365cf157d56b121b1d6e5cc3f08a4e661e1e.zip
SledjHamr-46d9365cf157d56b121b1d6e5cc3f08a4e661e1e.tar.gz
SledjHamr-46d9365cf157d56b121b1d6e5cc3f08a4e661e1e.tar.bz2
SledjHamr-46d9365cf157d56b121b1d6e5cc3f08a4e661e1e.tar.xz
Coz one file is enough, more than that during debugging runs and I run out of scrollback space. lol
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c
index dfa7f91..3ec8f9b 100644
--- a/LuaSL/src/LuaSL_main.c
+++ b/LuaSL/src/LuaSL_main.c
@@ -75,6 +75,9 @@ void dirList_cb(const char *name, const char *path, void *data)
75 75
76 if (ext) 76 if (ext)
77 { 77 {
78#ifdef LUASL_DEBUG
79 if (0 == scriptCount)
80#endif
78 if (0 == strcmp(ext, ".lsl")) 81 if (0 == strcmp(ext, ".lsl"))
79 { 82 {
80 scriptCount++; 83 scriptCount++;