- 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

@ -101,6 +101,7 @@ ticcmd_t playercmds[MAXPLAYERS];
static uint64_t stabilityticduration = 0;
static uint64_t stabilitystarttime = 0;
static double inputScale;
bool r_NoInterpolate;
int entertic;