diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 7dd80aeaa..167b8a458 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -328,7 +328,6 @@ void CGameClient::OnUpdate() } } - int CGameClient::OnSnapInput(int *pData) { return m_pControls->SnapInput(pData); @@ -374,7 +373,6 @@ void CGameClient::OnReset() m_MuteServerBroadcast = false; } - void CGameClient::UpdatePositions() { // local character position @@ -422,7 +420,6 @@ void CGameClient::UpdatePositions() } } - void CGameClient::EvolveCharacter(CNetObj_Character *pCharacter, int Tick) { CWorldCore TempWorld; @@ -442,7 +439,6 @@ void CGameClient::EvolveCharacter(CNetObj_Character *pCharacter, int Tick) TempCore.Write(pCharacter); } - void CGameClient::OnRender() { // update the local character and spectate position