diff options
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r-- | src/ClientHandle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index ec440d51c..a0fd6cc10 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -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) { |