From 6ccbb0b27366b263042770d481a508dbe7335e34 Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 11 Feb 2006 23:43:04 +0000 Subject: Better debug console colors. git-svn-id: http://svn.leocad.org/trunk@470 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/console.cpp') diff --git a/common/console.cpp b/common/console.cpp index 3429bbc..67a6113 100644 --- a/common/console.cpp +++ b/common/console.cpp @@ -83,7 +83,7 @@ void Console::PrintError (const char* format, ...) void Console::InternalPrint (LC_CONSOLE_LEVEL level, const char* text) { -#ifdef LC_DEBUG +#ifndef LC_DEBUG if (level == LC_CONSOLE_DEBUG) return; #endif -- cgit v1.2.3