Fix old style casts and implicit conversions
This commit is contained in:
@@ -1668,7 +1668,7 @@ void cClientHandle::HandleRespawn(void)
|
||||
|
||||
|
||||
|
||||
void cClientHandle::HandleKeepAlive(int a_KeepAliveID)
|
||||
void cClientHandle::HandleKeepAlive(UInt32 a_KeepAliveID)
|
||||
{
|
||||
if (a_KeepAliveID == m_PingID)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user