Missed a spot

This commit is contained in:
TehRealSalt 2019-05-02 02:52:22 -04:00
parent f99a5a6a8b
commit e772a750a8
1 changed files with 1 additions and 1 deletions

View File

@ -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++; 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 // 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) if (stplyr->mo->flags2 & MF2_SHADOW)