diff --git a/source/renderer/ModelRData.cpp b/source/renderer/ModelRData.cpp index 67c460ab21..401a7cf0e7 100755 --- a/source/renderer/ModelRData.cpp +++ b/source/renderer/ModelRData.cpp @@ -78,13 +78,6 @@ void CModelRData::BuildIndices() } } - - - - - - - static SColor4ub ConvertColor(const RGBColor& src) { SColor4ub result; diff --git a/source/simulation/Entity.h b/source/simulation/Entity.h index e5786a715a..edf3837443 100755 --- a/source/simulation/Entity.h +++ b/source/simulation/Entity.h @@ -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; }