about summary refs log tree commit diff
path: root/src/game/server/entities/flag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/entities/flag.cpp')
-rw-r--r--src/game/server/entities/flag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/entities/flag.cpp b/src/game/server/entities/flag.cpp
index 4d034214..13109b07 100644
--- a/src/game/server/entities/flag.cpp
+++ b/src/game/server/entities/flag.cpp
@@ -4,7 +4,7 @@
 #include "flag.h"
 
 CFlag::CFlag(CGameWorld *pGameWorld, int Team)
-: CEntity(pGameWorld, NETOBJTYPE_FLAG)
+: CEntity(pGameWorld, CGameWorld::ENTTYPE_FLAG)
 {
 	m_Team = Team;
 	m_ProximityRadius = ms_PhysSize;