1
0

More reordering fixes.

This commit is contained in:
madmaxoft
2013-12-20 17:11:51 +01:00
parent fc97cb8c58
commit 8570d08eb4
3 changed files with 16 additions and 7 deletions

View File

@@ -420,9 +420,9 @@ cArrowEntity::cArrowEntity(cPlayer & a_Player, double a_Force) :
m_DamageCoeff(2),
m_IsCritical((a_Force >= 1)),
m_Timer(0),
m_HitGroundTimer(0),
m_bIsCollected(false),
m_HitBlockPos(0, 0, 0),
m_HitGroundTimer(0)
m_HitBlockPos(0, 0, 0)
{
}