Forgot some compilers would complain about this.

This commit is contained in:
toasterbabe 2016-09-24 13:39:04 +01:00
parent f933210c03
commit da1db42b14
1 changed files with 1 additions and 1 deletions

View File

@ -4107,7 +4107,7 @@ static void P_DoJumpStuff(player_t *player, ticcmd_t *cmd)
player->powers[pw_tailsfly] = tailsflytics + 1; // Set the fly timer
player->pflags &= ~(PF_JUMPED|PF_SPINNING|PF_STARTDASH);
player->pflags |= PF_THOKKED|PF_CANCARRY;
player->pflags |= (PF_THOKKED|PF_CANCARRY);
}
break;
case CA_GLIDEANDCLIMB: