mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 05:51:58 +00:00
All TA deaths are final deaths
This commit is contained in:
parent
36e28a68f0
commit
4fd5873e0f
2 changed files with 2 additions and 2 deletions
|
|
@ -5011,7 +5011,7 @@ static void K_drawKartStartCountdown(void)
|
|||
return;
|
||||
}
|
||||
|
||||
if (stplyr->karthud[khud_fault] != 0)
|
||||
if (stplyr->karthud[khud_fault] != 0 && stplyr->karthud[khud_finish] == 0)
|
||||
{
|
||||
K_drawKartFinish(false);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2526,7 +2526,7 @@ static boolean P_KillPlayer(player_t *player, mobj_t *inflictor, mobj_t *source,
|
|||
return false;
|
||||
}
|
||||
|
||||
if (modeattacking & ATTACKING_SPB)
|
||||
if (modeattacking)
|
||||
{
|
||||
// Death in SPB Attack is an instant loss.
|
||||
P_DoPlayerExit(player, PF_NOCONTEST);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue