aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/server/entitylist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/server/entitylist.cpp')
-rw-r--r--mp/src/game/server/entitylist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/game/server/entitylist.cpp b/mp/src/game/server/entitylist.cpp
index 6244fa7d..d1afa218 100644
--- a/mp/src/game/server/entitylist.cpp
+++ b/mp/src/game/server/entitylist.cpp
@@ -1105,7 +1105,7 @@ void CGlobalEntityList::OnAddEntity( IHandleEntity *pEnt, CBaseHandle handle )
void CGlobalEntityList::OnRemoveEntity( IHandleEntity *pEnt, CBaseHandle handle )
{
-#ifdef DEBUG
+#ifdef DBGFLAG_ASSERT
if ( !g_fInCleanupDelete )
{
int i;