removed some unused code

This commit is contained in:
oy 2014-06-22 12:29:53 +02:00
parent 2448ed14f0
commit 456a1963be
2 changed files with 0 additions and 5 deletions

View file

@ -572,10 +572,6 @@ void CCharacter::Tick()
// handle Weapons // handle Weapons
HandleWeapons(); HandleWeapons();
// Previnput
m_PrevInput = m_Input;
return;
} }
void CCharacter::TickDefered() void CCharacter::TickDefered()

View file

@ -95,7 +95,6 @@ private:
CNetObj_PlayerInput m_LatestInput; CNetObj_PlayerInput m_LatestInput;
// input // input
CNetObj_PlayerInput m_PrevInput;
CNetObj_PlayerInput m_Input; CNetObj_PlayerInput m_Input;
int m_NumInputs; int m_NumInputs;
int m_Jumped; int m_Jumped;