Removed Mob::DistNoRoot(x,y,z)

This commit is contained in:
Arthur Ice
2015-01-17 15:51:26 -08:00
parent 70a9a4e7cd
commit f1759421d1
2 changed files with 0 additions and 11 deletions
-1
View File
@@ -514,7 +514,6 @@ public:
float Dist(const Mob &) const;
float DistNoZ(const Mob &) const;
float DistNoRoot(const Mob &) const;
float DistNoRoot(float x, float y, float z) const;
float DistNoRootNoZ(float x, float y) const;
float DistNoRootNoZ(const Mob &) const;
static float GetReciprocalHeading(Mob* target);