diff options
author | Eugene Sandulenko | 2010-08-14 19:55:43 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-10-12 22:43:05 +0000 |
commit | 43959cc6bd87cbe59b2d9440c6f819c39cb574fd (patch) | |
tree | 3098c710c7ec5d67c2026eeffa3dc0a84c2a0e91 | |
parent | 031a2fc88ed9c8df3c1d4eced7969724b9328bc3 (diff) | |
download | scummvm-rg350-43959cc6bd87cbe59b2d9440c6f819c39cb574fd.tar.gz scummvm-rg350-43959cc6bd87cbe59b2d9440c6f819c39cb574fd.tar.bz2 scummvm-rg350-43959cc6bd87cbe59b2d9440c6f819c39cb574fd.zip |
SWORD25: Turn on debugging by default
svn-id: r53235
-rw-r--r-- | engines/sword25/kernel/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sword25/kernel/common.h b/engines/sword25/kernel/common.h index 4e272f2591..dcae17f02b 100644 --- a/engines/sword25/kernel/common.h +++ b/engines/sword25/kernel/common.h @@ -46,9 +46,7 @@ #define SWORD25_COMMON_H // Global constants -#if _DEBUG && !DEBUG #define DEBUG -#endif #define BS_ACTIVATE_LOGGING // When defined, logging is activated |