Fix old style casts and implicit conversions

This commit is contained in:
Matti Hänninen
2015-08-12 16:51:38 +03:00
parent d118550a5b
commit b20294604c
18 changed files with 153 additions and 145 deletions
+1 -1
View File
@@ -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)
{