mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +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);
|
K_KartDrift(player, onground);
|
||||||
|
|
||||||
// Feather strafing
|
// Feather strafing
|
||||||
if (player->kartstuff[k_feather] & 2)
|
if (player->kartstuff[k_pogospring])
|
||||||
{
|
{
|
||||||
fixed_t strafe = 0;
|
fixed_t strafe = 0;
|
||||||
fixed_t strength = FRACUNIT/32;
|
fixed_t strength = FRACUNIT/32;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue