mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-22 11:51:41 +00:00
Also retain PF_CANCARRY
This commit is contained in:
parent
e909f8ec12
commit
20724ad70b
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ boolean P_DoSpring(mobj_t *spring, mobj_t *object)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
INT32 pflags = object->player->pflags & (PF_JUMPED|PF_NOJUMPDAMAGE|PF_SPINNING|PF_THOKKED|PF_BOUNCING); // Not identical to below...
|
INT32 pflags = object->player->pflags & (PF_JUMPED|PF_NOJUMPDAMAGE|PF_SPINNING|PF_THOKKED|PF_BOUNCING|PF_CANCARRY); // Not identical to below...
|
||||||
UINT8 secondjump = object->player->secondjump;
|
UINT8 secondjump = object->player->secondjump;
|
||||||
UINT16 tailsfly = object->player->powers[pw_tailsfly];
|
UINT16 tailsfly = object->player->powers[pw_tailsfly];
|
||||||
if (object->player->pflags & PF_GLIDING)
|
if (object->player->pflags & PF_GLIDING)
|
||||||
|
|
Loading…
Reference in a new issue