mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 21:11:00 +00:00
Just realised the inputwheel jittering in Sryder's videos was my fault, so fix this even better
This commit is contained in:
parent
a85682983b
commit
8aff76b8c3
1 changed files with 0 additions and 3 deletions
|
@ -7096,10 +7096,7 @@ static void K_drawInput(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pn < 0)
|
if (pn < 0)
|
||||||
{
|
|
||||||
splitflags |= V_FLIP; // right turn
|
splitflags |= V_FLIP; // right turn
|
||||||
x--;
|
|
||||||
}
|
|
||||||
|
|
||||||
target = abs(pn);
|
target = abs(pn);
|
||||||
if (target > 4)
|
if (target > 4)
|
||||||
|
|
Loading…
Reference in a new issue