diff options
Diffstat (limited to 'src/Entities/Pawn.h')
-rw-r--r-- | src/Entities/Pawn.h | 4 |
1 files changed, 0 insertions, 4 deletions
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<cEntityEffect::eType, cEntityEffect *> tEffectMap; tEffectMap m_EntityEffects; |