diff options
Diffstat (limited to '')
-rw-r--r-- | LuaSL/src/LuaSL_main.c | 3 |
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++; |