From 46d9365cf157d56b121b1d6e5cc3f08a4e661e1e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 22 Jan 2012 20:08:59 +1000 Subject: Coz one file is enough, more than that during debugging runs and I run out of scrollback space. lol --- LuaSL/src/LuaSL_main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LuaSL/src/LuaSL_main.c') 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) if (ext) { +#ifdef LUASL_DEBUG + if (0 == scriptCount) +#endif if (0 == strcmp(ext, ".lsl")) { scriptCount++; -- cgit v1.1