From cb45393b3a8e66b2a8039a12b9d39a8aaae80b6b Mon Sep 17 00:00:00 2001 From: helixhorned Date: Sat, 27 Dec 2014 17:17:53 +0000 Subject: [PATCH] Mapster32: disable all loop checks as they spam the log too much. DONT_BUILD. The one introduced with r4569. git-svn-id: https://svn.eduke32.com/eduke32@4848 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/m32common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/source/m32common.c b/polymer/eduke32/source/m32common.c index c94ecb36f..f12421484 100644 --- a/polymer/eduke32/source/m32common.c +++ b/polymer/eduke32/source/m32common.c @@ -574,7 +574,7 @@ int32_t map_undoredo(int32_t dir) //// port of a.m32's corruptchk //// // Compile wall loop checks? 0: no, 1: partial, 2: full. -#define CCHK_LOOP_CHECKS 1 +#define CCHK_LOOP_CHECKS 0 // returns value from 0 (all OK) to 5 (panic!) #define CCHK_PANIC OSDTEXT_DARKRED "PANIC!!!^O " //#define CCHKPREF OSDTEXT_RED "^O"