1
1
forked from 0ad/0ad

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();
// Store the player associated with this entity
void SetPlayer(CPlayer *pPlayer);
inline void SetPlayer(CPlayer *pPlayer);
// Retrieve the player associated with this entity
CPlayer* GetPlayer() { return m_player; }
inline CPlayer* GetPlayer() { return m_player; }
// Process damage
void Damage( CDamageType& damage, CEntity* inflictor = NULL );