mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-16 19:52:27 +00:00
...snickerdoodles
This commit is contained in:
parent
a60a74e33e
commit
d33aab487a
1 changed files with 1 additions and 1 deletions
|
|
@ -4526,7 +4526,7 @@ void P_DoJump(player_t *player, boolean soundandstate)
|
|||
|
||||
player->pflags |= P_GetJumpFlags(player);;
|
||||
|
||||
if (!(player->charflags & SF_NOJUMPDAMAGE))
|
||||
if (player->charflags & SF_NOJUMPDAMAGE)
|
||||
player->pflags &= ~PF_SPINNING;
|
||||
|
||||
if (soundandstate)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue