mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Clouds: interrupt fastfall
This commit is contained in:
parent
65537f576f
commit
cc6538d804
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ void Obj_PlayerCloudThink(player_t *player)
|
|||
player->cloud--;
|
||||
P_InstaThrust(mo, 0, 0);
|
||||
mo->momz = 0;
|
||||
player->fastfall = 0;
|
||||
|
||||
if (!player->cloud)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue