1
0

cMap::UpdateRadius

This commit is contained in:
andrew
2014-02-15 20:06:47 +02:00
parent c7fb000858
commit cf96e69716
4 changed files with 121 additions and 16 deletions

View File

@@ -1199,6 +1199,8 @@ void cClientHandle::HandleSlotSelected(short a_SlotNum)
if (Map != NULL)
{
Map->UpdateRadius(*m_Player, 128); // Temporary
// TODO 2014-02-14 xdot: Optimization - Do not send the whole map.
Map->SendTo(*this);
}