mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 18:21:06 +00:00
- Remove inputScale
global and make static in mainloop.cpp
.
This commit is contained in:
parent
1938efabe6
commit
9961a66a1f
3 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue