mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
...snickerdoodles
This commit is contained in:
parent
ea7e06a616
commit
fe066b3ef2
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…
Reference in a new issue