mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
...I should really check what I'm doing more thoroughly, sorry.
This commit is contained in:
parent
a8be1e6b7d
commit
9a2dd50e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -3223,7 +3223,7 @@ static void P_PlayerZMovement(mobj_t *mo)
|
||||||
P_SetPlayerMobjState(mo, S_PLAY_SPIN);
|
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->jumping = 0;
|
||||||
mo->player->secondjump = 0;
|
mo->player->secondjump = 0;
|
||||||
mo->player->glidetime = 0;
|
mo->player->glidetime = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue