Skip to content

Commit

Permalink
Fixed indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLSPACE committed Nov 5, 2013
1 parent 7cfcfc5 commit c84bd79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/Mobs/Ghast.cpp
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions source/Mobs/Skeleton.cpp
Expand Up @@ -44,6 +44,7 @@ void cSkeleton::MoveToPosition(const Vector3f & a_Position)




void cSkeleton::Attack(float a_Dt)
{
m_AttackInterval += a_Dt * m_AttackRate;
Expand Down

0 comments on commit c84bd79

Please sign in to comment.