Fixed indentations, removed redundant init code in SplashPotionEntity.cpp
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user