*Fix build in Windows.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-12-18 14:20:38 -06:00
parent f4afde50e0
commit 058db69e07
3 changed files with 3 additions and 7 deletions

View File

@@ -1619,10 +1619,4 @@ void WorldObject::GetNearPoint(WorldObject const* searcher, float &x, float &y,
z = GetPositionZ();
UpdateGroundPositionZ(x,y,z);
}
template<class NOTIFIER>
void WorldObject::VisitNearbyObject(const float &radius, NOTIFIER &notifier) const
{
GetMap()->VisitAll(GetPositionX(), GetPositionY(), radius, notifier);
}