From 19a9462fe88b2573ab9f24a2890d4affb2bdcf47 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 19 Jan 2011 18:27:50 +0100 Subject: removed double entity list in gameworld and cleaned up connected stuff --- src/game/server/entities/flag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/server/entities/flag.cpp') 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; -- cgit 1.4.1