...snickerdoodles

This commit is contained in:
SMS Alfredo 2020-11-23 09:23:02 -06:00
parent ea7e06a616
commit fe066b3ef2
1 changed files with 1 additions and 1 deletions

View File

@ -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)