mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
Forgot some compilers would complain about this.
This commit is contained in:
parent
f933210c03
commit
da1db42b14
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue