mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-11 03:42:34 +00:00
whoops
This commit is contained in:
parent
34d6d91577
commit
f25b2f0256
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue