mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
removed some unused code
This commit is contained in:
parent
2448ed14f0
commit
456a1963be
|
@ -572,10 +572,6 @@ void CCharacter::Tick()
|
|||
|
||||
// handle Weapons
|
||||
HandleWeapons();
|
||||
|
||||
// Previnput
|
||||
m_PrevInput = m_Input;
|
||||
return;
|
||||
}
|
||||
|
||||
void CCharacter::TickDefered()
|
||||
|
|
|
@ -95,7 +95,6 @@ private:
|
|||
CNetObj_PlayerInput m_LatestInput;
|
||||
|
||||
// input
|
||||
CNetObj_PlayerInput m_PrevInput;
|
||||
CNetObj_PlayerInput m_Input;
|
||||
int m_NumInputs;
|
||||
int m_Jumped;
|
||||
|
|
Loading…
Reference in a new issue