Remove empty lines

This commit is contained in:
ChillerDragon 2018-12-03 17:00:53 +01:00
parent 24aed18b61
commit bede7e0b14

View file

@ -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