- Remove inputScale global and make static in mainloop.cpp.

This commit is contained in:
Mitchell Richters 2023-02-05 08:37:37 +11:00
parent 1938efabe6
commit 9961a66a1f
3 changed files with 1 additions and 2 deletions

View file

@ -50,7 +50,6 @@ ESyncBits ActionsToSend = 0;
static int dpad_lock = 0;
bool sendPause;
bool crouch_toggle;
double inputScale;
// Mouse speeds
CVAR(Float, m_pitch, 1.f, CVAR_GLOBALCONFIG | CVAR_ARCHIVE)