From 3d291f52acde1b183640212f2a7b1fb1d054175d Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 28 Aug 2012 23:15:34 +0200 Subject: [PATCH] disable DEBUG_CRENGINE --- cre.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cre.cpp b/cre.cpp index c17c83be6..609467bbc 100644 --- a/cre.cpp +++ b/cre.cpp @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#define DEBUG_CRENGINE 1 +#define DEBUG_CRENGINE 0 extern "C" { #include "blitbuffer.h"