From 798fdb07092fceaccfde41d2f27e2756f29f4eda Mon Sep 17 00:00:00 2001 From: Rorkh Date: Sat, 18 Sep 2021 13:18:05 +0500 Subject: Snipe skeleton achievment --- src/Entities/Entity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Entities/Entity.h') diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h index 285ae8fac..941d07339 100644 --- a/src/Entities/Entity.h +++ b/src/Entities/Entity.h @@ -351,8 +351,8 @@ public: // tolua_begin - /** Called when the entity kills another entity */ - virtual void Killed(cEntity * a_Victim) {} + /** Called when the entity kills another entity. */ + virtual void Killed(const cEntity & a_Victim, eDamageType a_DamageType) {} /** Heals the specified amount of HPs */ virtual void Heal(int a_HitPoints); -- cgit v1.2.3