1
0
Fork 0

Initialise m_HasTeleported in both constructors

This commit is contained in:
worktycho 2014-05-09 16:56:29 +01:00
parent d1b719885d
commit 17c7c31130
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ cArrowEntity::cArrowEntity(cEntity * a_Creator, double a_X, double a_Y, double a
m_IsCritical(false),
m_Timer(0),
m_HitGroundTimer(0),
m_HasTeleported(false),
m_bIsCollected(false),
m_HitBlockPos(Vector3i(0, 0, 0))
{