1
0

Manual merge (Fixed conflicts)

This commit is contained in:
andrew
2014-02-20 15:37:15 +02:00
106 changed files with 4207 additions and 688 deletions

View File

@@ -41,16 +41,6 @@ cMapDecorator::cMapDecorator(cMap * a_Map, cPlayer * a_Player)
template <typename T>
T Clamp(T a_X, T a_Min, T a_Max)
{
return std::min(std::max(a_X, a_Min), a_Max);
}
void cMapDecorator::Update(void)
{
if (m_Player != NULL)