mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Missed a spot
This commit is contained in:
parent
889ead7840
commit
e954f0b410
1 changed files with 1 additions and 1 deletions
|
|
@ -8291,7 +8291,7 @@ static void K_drawKartFirstPerson(void)
|
|||
}
|
||||
|
||||
{
|
||||
if (stplyr->speed < FixedMul(stplyr->runspeed, stplyr->mo->scale) && (leveltime & 1) && !splitscreen)
|
||||
if (stplyr->speed < (20*stplyr->mo->scale) && (leveltime & 1) && !splitscreen)
|
||||
y++;
|
||||
// the following isn't EXPLICITLY right, it just gets the result we want, but i'm too lazy to look up the right way to do it
|
||||
if (stplyr->mo->flags2 & MF2_SHADOW)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue