Just realised the inputwheel jittering in Sryder's videos was my fault, so fix this even better

This commit is contained in:
toaster 2018-09-25 22:37:04 +01:00
parent a85682983b
commit 8aff76b8c3

View file

@ -7096,10 +7096,7 @@ static void K_drawInput(void)
}
if (pn < 0)
{
splitflags |= V_FLIP; // right turn
x--;
}
target = abs(pn);
if (target > 4)