This was SVN commit r1796.

This commit is contained in:
NoMonkey 2005-01-23 22:40:30 +00:00
parent 3851e7b9d9
commit ce63d90bd7

View File

@ -151,10 +151,10 @@ public:
void Tick(); void Tick();
// Store the player associated with this entity // Store the player associated with this entity
void SetPlayer(CPlayer *pPlayer); inline void SetPlayer(CPlayer *pPlayer);
// Retrieve the player associated with this entity // Retrieve the player associated with this entity
CPlayer* GetPlayer() { return m_player; } inline CPlayer* GetPlayer() { return m_player; }
// Process damage // Process damage
void Damage( CDamageType& damage, CEntity* inflictor = NULL ); void Damage( CDamageType& damage, CEntity* inflictor = NULL );