diff options
author | megamage <none@none> | 2009-01-12 11:02:18 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-12 11:02:18 -0600 |
commit | 90f30abd86b77c304f71b81476a9b86e948b190f (patch) | |
tree | ae6d2c1374976204ca82451e67254c2c5edabce8 /src/game/Object.cpp | |
parent | 6daa23e39c28e13f366ce4e8a765d565a26bcca5 (diff) | |
parent | 61b2ce7856924bcaa4fda4fe124cd2a019493dd3 (diff) |
*Update to Trinity 843.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r-- | src/game/Object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Object.cpp b/src/game/Object.cpp index 6cd897a071d..226129c392d 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -1649,7 +1649,7 @@ void WorldObject::GetNearPoint(WorldObject const* searcher, float &x, float &y, UpdateGroundPositionZ(x,y,z); } -void WorldObject::GetClosePointAt(float &x, float &y, float &z, float dist, float angle) +void WorldObject::GetGroundPoint(float &x, float &y, float &z, float dist, float angle) { angle += GetOrientation(); x += dist * cos(angle); |