SplashPotionEntity: Use const cItem & instead of a cItem
This commit is contained in:
@@ -72,7 +72,7 @@ cSplashPotionEntity::cSplashPotionEntity(
|
||||
cEntity * a_Creator,
|
||||
double a_X, double a_Y, double a_Z,
|
||||
const Vector3d & a_Speed,
|
||||
cItem a_Item
|
||||
const cItem & a_Item
|
||||
) :
|
||||
super(pkSplashPotion, a_Creator, a_X, a_Y, a_Z, 0.25, 0.25),
|
||||
m_DestroyTimer(-1)
|
||||
|
||||
Reference in New Issue
Block a user