mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Revert "Just realised the inputwheel jittering in Sryder's videos was my fault, so fix this even better"
This reverts commit 6835b17f69.
This commit is contained in:
parent
98768ac236
commit
3e0124c3f4
1 changed files with 3 additions and 0 deletions
|
|
@ -7116,7 +7116,10 @@ static void K_drawInput(void)
|
|||
}
|
||||
|
||||
if (pn < 0)
|
||||
{
|
||||
splitflags |= V_FLIP; // right turn
|
||||
x--;
|
||||
}
|
||||
|
||||
target = abs(pn);
|
||||
if (target > 4)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue