mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-08 17:32:14 +00:00
IOQ3 commit 2205
This commit is contained in:
parent
4a098a1546
commit
5a4cf01a59
2 changed files with 2 additions and 2 deletions
|
@ -304,7 +304,7 @@ typedef enum {
|
||||||
#define UI_INVERSE 0x00002000
|
#define UI_INVERSE 0x00002000
|
||||||
#define UI_PULSE 0x00004000
|
#define UI_PULSE 0x00004000
|
||||||
|
|
||||||
#if defined(_DEBUG) && !defined(BSPC)
|
#if !defined(NDEBUG) && !defined(BSPC)
|
||||||
#define HUNK_DEBUG
|
#define HUNK_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -919,7 +919,7 @@ temp file loading
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(_DEBUG) && !defined(BSPC)
|
#if !defined(NDEBUG) && !defined(BSPC)
|
||||||
#define ZONE_DEBUG
|
#define ZONE_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue