From 60d90692e487948b77edcac63acbef34254cea5b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 30 Aug 2013 16:06:19 +0300 Subject: remove duplicate variables. --- src/localplayer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/localplayer.cpp') diff --git a/src/localplayer.cpp b/src/localplayer.cpp index e642b0048..254d03113 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -1255,8 +1255,8 @@ void LocalPlayer::attack(Being *const target, const bool keep, #ifdef MANASERV_SUPPORT if (Net::getNetworkType() == ServerInfo::MANASERV) { - const Vector plaPos = this->getPosition(); - const Vector tarPos = mTarget->getPosition(); + const Vector &plaPos = this->getPosition(); + const Vector &tarPos = mTarget->getPosition(); const int dist_x = static_cast(plaPos.x - tarPos.x); const int dist_y = static_cast(plaPos.y - tarPos.y); -- cgit v1.2.3-60-g2f50