Do the thing

This commit is contained in:
SMS Alfredo 2022-08-25 15:29:54 -05:00
parent c65851d17c
commit e070880ec0

View file

@ -5491,7 +5491,7 @@ static void P_DoJumpStuff(player_t *player, ticcmd_t *cmd)
{
fixed_t potentialmomz;
if (player->charability == CA_SLOWFALL)
potentialmomz = -gravity*4;
potentialmomz = FixedMul(gravity, -4*player->mo->scale);
else
potentialmomz = ((player->speed < 10*player->mo->scale)
? (player->speed - 10*player->mo->scale)/5