From 532ea85aebc9dc2ce6d87fe484766bf37ab40970 Mon Sep 17 00:00:00 2001 From: Choupom Date: Mon, 6 Sep 2010 12:29:28 +0200 Subject: separated CFlag from ctf --- src/game/server/gamemodes/ctf.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/game/server/gamemodes/ctf.h') diff --git a/src/game/server/gamemodes/ctf.h b/src/game/server/gamemodes/ctf.h index 16c6097a..f50509be 100644 --- a/src/game/server/gamemodes/ctf.h +++ b/src/game/server/gamemodes/ctf.h @@ -16,24 +16,5 @@ public: virtual int OnCharacterDeath(class CCharacter *pVictim, class CPlayer *pKiller, int Weapon); }; -// TODO: move to seperate file -class CFlag : public CEntity -{ -public: - static const int ms_PhysSize = 14; - CCharacter *m_pCarryingCharacter; - vec2 m_Vel; - vec2 m_StandPos; - - int m_Team; - int m_AtStand; - int m_DropTick; - int m_GrabTick; - - CFlag(CGameWorld *pGameWorld, int Team); - - virtual void Reset(); - virtual void Snap(int SnappingClient); -}; #endif -- cgit 1.4.1