mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 06:51:09 +00:00
fix missing )
This commit is contained in:
parent
6c1629868f
commit
c622ee9c90
1 changed files with 1 additions and 1 deletions
|
|
@ -727,7 +727,7 @@ static void K_DropDashWait(player_t *player)
|
|||
return;
|
||||
|
||||
// if player got trapped inside a ubble but lost its bubble object in a unintended way, remove no gravity flag
|
||||
if ((P_MobjWasRemoved(player->bubbletrap) && player->gotbubbletrapped == true) && (player->mo->flags & MF_NOGRAVITY)
|
||||
if ((P_MobjWasRemoved(player->bubbletrap) && player->gotbubbletrapped == true) && (player->mo->flags & MF_NOGRAVITY))
|
||||
{
|
||||
player->mo->flags &= ~MF_NOGRAVITY;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue