This commit is contained in:
TehRealSalt 2018-03-12 01:23:42 -04:00
parent 34d6d91577
commit f25b2f0256

View file

@ -3223,7 +3223,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
K_KartDrift(player, onground);
// Feather strafing
if (player->kartstuff[k_feather] & 2)
if (player->kartstuff[k_pogospring])
{
fixed_t strafe = 0;
fixed_t strength = FRACUNIT/32;