From 601fb49d6d63431e124dc534e83a88525a7ad8fb Mon Sep 17 00:00:00 2001 From: James R Date: Sat, 18 Feb 2023 22:34:51 -0800 Subject: [PATCH] Turn on RANGECHECK in all builds --- src/doomdef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doomdef.h b/src/doomdef.h index be24fefda..95f8df2ac 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -107,12 +107,12 @@ extern "C" { #if !defined (NDEBUG) #define PACKETDROP #define PARANOIA -#define RANGECHECK +//#define RANGECHECK #define ZDEBUG #endif // Uncheck this to compile debugging code -//#define RANGECHECK +#define RANGECHECK //#ifndef PARANOIA //#define PARANOIA // do some tests that never fail but maybe // turn this on by make etc.. DEBUGMODE = 1 or use the Debug profile in the VC++ projects