fix dedicated build

This commit is contained in:
nillerusr
2022-08-01 00:38:10 +03:00
parent 000b2db0b7
commit c4ef0e90a4
8 changed files with 38 additions and 29 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#ifdef THINK_TRACE_COUNTER_COMPILED
// create a macro that is true if we are allowed to debug traces during thinks, and compiles out to nothing otherwise.
#if defined( _GAMECONSOLE ) || defined( NO_STEAM )
#define DEBUG_THINK_TRACE_COUNTER_ALLOWED() (!IsCert())
#define DEBUG_THINK_TRACE_COUNTER_ALLOWED() (false)
#else
#ifdef THINK_TRACE_COUNTER_COMPILE_FUNCTIONS_ENGINE
bool DEBUG_THINK_TRACE_COUNTER_ALLOWED()