mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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);;
|
player->pflags |= P_GetJumpFlags(player);;
|
||||||
|
|
||||||
if (!(player->charflags & SF_NOJUMPDAMAGE))
|
if (player->charflags & SF_NOJUMPDAMAGE)
|
||||||
player->pflags &= ~PF_SPINNING;
|
player->pflags &= ~PF_SPINNING;
|
||||||
|
|
||||||
if (soundandstate)
|
if (soundandstate)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue