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 9c6a1aaac0
commit 6835b17f69

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)