mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 21:31:32 +00:00
Missed a spot
This commit is contained in:
parent
f99a5a6a8b
commit
e772a750a8
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…
Reference in a new issue