1
0
forked from 0ad/0ad

This was SVN commit r1798.

This commit is contained in:
NoMonkey 2005-01-23 23:04:00 +00:00
parent 13bcff918e
commit 85ed304a25
2 changed files with 1 additions and 8 deletions

View File

@ -78,13 +78,6 @@ void CModelRData::BuildIndices()
}
}
static SColor4ub ConvertColor(const RGBColor& src)
{
SColor4ub result;

View File

@ -151,7 +151,7 @@ public:
void Tick();
// Store the player associated with this entity
inline void SetPlayer(CPlayer *pPlayer);
void SetPlayer(CPlayer *pPlayer);
// Retrieve the player associated with this entity
inline CPlayer* GetPlayer() { return m_player; }