summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-03-18 15:03:52 +0100
committer/dev/humancontroller <devhc@example.com>2017-03-09 13:51:09 +0100
commit129ec5bc4f3224323a4750d5793197e2c29d4e2b (patch)
tree8f12edd208a81fc81366b3fe4c59022567321f5c /src/game
parent5c84a2b60360fb956715456c5edc5a21628f1d74 (diff)
stop depending on the system-reserved _DEBUG preprocessor-define
Diffstat (limited to 'src/game')
-rw-r--r--src/game/bg_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index cf5ace9d..60fb35cd 100644
--- a/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
@@ -2821,7 +2821,7 @@ void trap_Cvar_VariableStringBuffer( const char *var_name, char *buffer, int bu
void BG_AddPredictableEventToPlayerstate( int newEvent, int eventParm, playerState_t *ps )
{
-#ifdef _DEBUG
+#ifdef DEBUG_EVENTS
{
char buf[ 256 ];
trap_Cvar_VariableStringBuffer( "showevents", buf, sizeof( buf ) );