mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 19:43:22 +00:00
Use K_IsPlayerLosing for failure of Tutorial Challenge instead of recreated conditions, to reduce the number of moving parts
This commit is contained in:
parent
f365ef9417
commit
146666fad4
1 changed files with 1 additions and 2 deletions
|
|
@ -4212,9 +4212,8 @@ static void G_DoCompleted(void)
|
|||
{
|
||||
if (
|
||||
!legitimateexit
|
||||
|| players[consoleplayer].position != 1
|
||||
|| !players[consoleplayer].exiting
|
||||
|| (players[consoleplayer].pflags & PF_NOCONTEST)
|
||||
|| K_IsPlayerLosing(&players[consoleplayer])
|
||||
)
|
||||
{
|
||||
// Return to whence you came with your tail between your legs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue