mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
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
This commit is contained in:
parent
2494c56768
commit
cb45393b3a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue