mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-05 05:06:24 +00:00
whoops
This commit is contained in:
parent
b12872af02
commit
638d2fce41
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…
Add table
Reference in a new issue