fixed ClientHandle warnings

This commit is contained in:
Tycho Bickerstaff
2013-12-31 09:16:41 +01:00
committed by madmaxoft
parent 9ebc623a0a
commit e41dec458c
+1
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)