X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fdebug.qh;fp=qcsrc%2Fcommon%2Fdebug.qh;h=28153a7d404a0eb764de7ca093c79ab43c04cd2f;hb=fdbfb6f9364d8aeae67e108400a6bd1dd37dc0b7;hp=7aabe69a90e51f29d6cdcb6156a8730a25cb29a3;hpb=0f2e3cd6c6554bda254111dee0746fea05aac047;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/debug.qh b/qcsrc/common/debug.qh index 7aabe69a9..28153a7d4 100644 --- a/qcsrc/common/debug.qh +++ b/qcsrc/common/debug.qh @@ -47,7 +47,7 @@ REGISTER_NET_TEMP(net_debug) } #endif -#ifdef DEBUGDRAW +#if ENABLE_DEBUGDRAW #ifdef GAMEQC /** * 0: off @@ -259,7 +259,7 @@ GENERIC_COMMAND(cvar_localchanges, "Print locally changed cvars") } } -#ifdef DEBUGTRACE +#if ENABLE_DEBUGTRACE REGISTER_STAT(TRACE_ENT, int) #ifdef SVQC bool autocvar_debugtrace;