1
0

Fixed indentations, removed redundant init code in SplashPotionEntity.cpp

This commit is contained in:
archshift
2014-07-20 13:11:06 -07:00
parent 0298d34406
commit 60d4a16514
4 changed files with 7 additions and 9 deletions

View File

@@ -75,9 +75,6 @@ cSplashPotionEntity::cSplashPotionEntity(
cItem a_Item
) :
super(pkSplashPotion, a_Creator, a_X, a_Y, a_Z, 0.25, 0.25),
m_EntityEffectType(cEntityEffect::effNoEffect),
m_EntityEffect(cEntityEffect()),
m_PotionColor(0),
m_DestroyTimer(-1)
{
SetSpeed(a_Speed);