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

This reverts commit 8aff76b8c3.
This commit is contained in:
toaster 2018-10-02 16:52:02 +01:00
parent 4b9d5f251e
commit 2f082d8265

View file

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