1
0

fixed ClientHandle warnings

This commit is contained in:
Tycho Bickerstaff 2013-12-22 14:05:53 +00:00 committed by madmaxoft
parent 9ebc623a0a
commit e41dec458c

View File

@ -1409,6 +1409,7 @@ void cClientHandle::SendData(const char * a_Data, int a_Size)
void cClientHandle::MoveToWorld(cWorld & a_World, bool a_SendRespawnPacket)
{
UNUSED(a_World);
ASSERT(m_Player != NULL);
if (a_SendRespawnPacket)