SplashPotionEntity: Use const cItem & instead of a cItem

This commit is contained in:
archshift
2014-07-26 03:55:40 -07:00
parent 60d4a16514
commit 16e0beb5b6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public:
cEntity * a_Creator,
double a_X, double a_Y, double a_Z,
const Vector3d & a_Speed,
cItem a_Item
const cItem & a_Item
);
cEntityEffect::eType GetEntityEffectType(void) const { return m_EntityEffectType; }