Fixed indentation.
This commit is contained in:
parent
7cfcfc5f39
commit
c84bd79eff
@ -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;
|
||||
|
@ -44,6 +44,7 @@ void cSkeleton::MoveToPosition(const Vector3f & a_Position)
|
||||
|
||||
|
||||
|
||||
|
||||
void cSkeleton::Attack(float a_Dt)
|
||||
{
|
||||
m_AttackInterval += a_Dt * m_AttackRate;
|
||||
|
Loading…
Reference in New Issue
Block a user