mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Cannot bail while bailing
This commit is contained in:
parent
b7f8afd5ef
commit
a31b4a2682
1 changed files with 1 additions and 1 deletions
|
|
@ -14870,7 +14870,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
if (player->cmd.buttons & BT_BAIL && (player->cmd.buttons & BT_RESPAWNMASK) != BT_RESPAWNMASK)
|
||||
{
|
||||
if (leveltime < introtime || (gametyperules & GTR_SPHERES) || modeattacking || player->markedfordeath
|
||||
|| player->respawn.state != RESPAWNST_NONE)
|
||||
|| player->respawn.state != RESPAWNST_NONE || player->baildrop)
|
||||
{
|
||||
// No bailing in GTR_SPHERES because I cannot be fucked to do manual Last Chance right now.
|
||||
// Maybe someday!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue