mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'no-fucking-mutibail-for-real' into 'master'
Cannot bail while bailing Closes ring-racers#236 See merge request kart-krew-dev/ring-racers-internal!2896
This commit is contained in:
commit
7b4cf9a07c
1 changed files with 1 additions and 1 deletions
|
|
@ -14914,7 +14914,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
||||||
if (player->cmd.buttons & BT_BAIL && (player->cmd.buttons & BT_RESPAWNMASK) != BT_RESPAWNMASK)
|
if (player->cmd.buttons & BT_BAIL && (player->cmd.buttons & BT_RESPAWNMASK) != BT_RESPAWNMASK)
|
||||||
{
|
{
|
||||||
if (leveltime < introtime || (gametyperules & GTR_SPHERES) || modeattacking || player->markedfordeath
|
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.
|
// No bailing in GTR_SPHERES because I cannot be fucked to do manual Last Chance right now.
|
||||||
// Maybe someday!
|
// Maybe someday!
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue