From a5ec2d8ca2b319675091a6b93716ec7e0a688422 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 1 Jun 2016 23:46:24 +0100 Subject: Fixed fall damage * Fixes #3216 --- src/Entities/Pawn.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Entities/Pawn.h') diff --git a/src/Entities/Pawn.h b/src/Entities/Pawn.h index d6f7e052a..05bc09e88 100644 --- a/src/Entities/Pawn.h +++ b/src/Entities/Pawn.h @@ -69,10 +69,6 @@ public: /** Add the monster to the list of monsters targeting this pawn. (Does not check if already in list!) */ void TargetingMe(cMonster * a_Monster); - void SetPosition(double a_PosX, double a_PosY, double a_PosZ); - - virtual void SetPosition(const Vector3d & a_Position) override; - protected: typedef std::map tEffectMap; tEffectMap m_EntityEffects; -- cgit v1.2.3