mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stplyr->karthud[khud_fault] != 0)
|
if (stplyr->karthud[khud_fault] != 0 && stplyr->karthud[khud_finish] == 0)
|
||||||
{
|
{
|
||||||
K_drawKartFinish(false);
|
K_drawKartFinish(false);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2526,7 +2526,7 @@ static boolean P_KillPlayer(player_t *player, mobj_t *inflictor, mobj_t *source,
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (modeattacking & ATTACKING_SPB)
|
if (modeattacking)
|
||||||
{
|
{
|
||||||
// Death in SPB Attack is an instant loss.
|
// Death in SPB Attack is an instant loss.
|
||||||
P_DoPlayerExit(player, PF_NOCONTEST);
|
P_DoPlayerExit(player, PF_NOCONTEST);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue