From c77aa6e846d7d99d5c00328310e7d68da02e0233 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 12 Jun 2011 02:00:43 +0200 Subject: Core: And some more cleanups... --- src/server/game/Entities/Object/Object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/game/Entities/Object') diff --git a/src/server/game/Entities/Object/Object.h b/src/server/game/Entities/Object/Object.h index 13e8ca29970..3c2ce47bf34 100755 --- a/src/server/game/Entities/Object/Object.h +++ b/src/server/game/Entities/Object/Object.h @@ -470,7 +470,7 @@ struct Position bool IsInDist(const Position *pos, float dist) const { return GetExactDistSq(pos) < dist * dist; } bool HasInArc(float arcangle, const Position *pos) const; - bool HasInLine(const Unit *target, float distance, float width) const; + bool HasInLine(const Unit* target, float distance, float width) const; std::string ToString() const; }; ByteBuffer &operator>>(ByteBuffer& buf, Position::PositionXYZOStreamer const & streamer); -- cgit v1.2.3