IOQ3 commit 2205

This commit is contained in:
Richard Allen 2012-01-13 17:22:35 +00:00
parent 4a098a1546
commit 5a4cf01a59
2 changed files with 2 additions and 2 deletions

View file

@ -304,7 +304,7 @@ typedef enum {
#define UI_INVERSE 0x00002000
#define UI_PULSE 0x00004000
#if defined(_DEBUG) && !defined(BSPC)
#if !defined(NDEBUG) && !defined(BSPC)
#define HUNK_DEBUG
#endif

View file

@ -919,7 +919,7 @@ temp file loading
*/
#if defined(_DEBUG) && !defined(BSPC)
#if !defined(NDEBUG) && !defined(BSPC)
#define ZONE_DEBUG
#endif