From 989016ece55291b4ae8f9e27952c3d475307a17a 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 9dc3214d5..87fec7cfc 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"