1
0

Changed /** to /*

This commit is contained in:
Howaner 2014-08-04 11:23:35 +02:00
parent 7bea90d6ca
commit e70077361d

View File

@ -305,13 +305,15 @@ void cMonster::Tick(float a_Dt, cChunk & a_Chunk)
AddSpeedX(Distance.x);
AddSpeedZ(Distance.z);
/* It's too buggy! */
/** if (m_EMState == ESCAPING)
// It's too buggy!
/*
if (m_EMState == ESCAPING)
{
// Runs Faster when escaping :D otherwise they just walk away
SetSpeedX (GetSpeedX() * 2.f);
SetSpeedZ (GetSpeedZ() * 2.f);
} */
}
*/
}
else
{