Fixed splash potion color on toss

This commit is contained in:
archshift
2014-07-19 02:46:31 -07:00
parent c7b7938c04
commit 93c6520e1e
2 changed files with 16 additions and 0 deletions
+2
View File
@@ -56,4 +56,6 @@ protected:
/** Splashes the potion, fires its particle effects and sounds
@param a_HitPos The position where the potion will splash */
void Splash(const Vector3d & a_HitPos);
virtual void SpawnOn(cClientHandle & a_Client) override;
} ; // tolua_export