...I should really check what I'm doing more thoroughly, sorry.

This commit is contained in:
toasterbabe 2016-09-27 19:03:57 +01:00
parent a8be1e6b7d
commit 9a2dd50e4d
1 changed files with 1 additions and 1 deletions

View File

@ -3223,7 +3223,7 @@ static void P_PlayerZMovement(mobj_t *mo)
P_SetPlayerMobjState(mo, S_PLAY_SPIN);
}
}
mo->player->pflags &= ~(PF_THOKKED|PF_CANCARRY/*|PF_GLIDING*/);
mo->player->pflags &= ~(PF_THOKKED|PF_CANCARRY|PF_SHIELDABILITY/*|PF_GLIDING*/);
mo->player->jumping = 0;
mo->player->secondjump = 0;
mo->player->glidetime = 0;