1
0

Fixed indentation.

This commit is contained in:
STRWarrior 2013-11-05 16:24:54 +01:00
parent 7cfcfc5f39
commit c84bd79eff
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ void cGhast::GetDrops(cItems & a_Drops, cEntity * a_Killer)
void cGhast::Attack(float a_Dt)
{
m_AttackInterval += a_Dt * m_AttackRate;

View File

@ -44,6 +44,7 @@ void cSkeleton::MoveToPosition(const Vector3f & a_Position)
void cSkeleton::Attack(float a_Dt)
{
m_AttackInterval += a_Dt * m_AttackRate;