Tutorial Challenge: Revert K_IsPlayerLosing to default behaviour

This commit is contained in:
toaster 2024-02-26 19:56:47 +00:00
parent 61db3426a3
commit 1c6659ed11

View file

@ -398,9 +398,6 @@ boolean K_IsPlayerLosing(player_t *player)
if (specialstageinfo.valid == true)
return false; // anything short of DNF is COOL
if (tutorialchallenge == TUTORIALSKIP_INPROGRESS)
return true; // anything short of perfect is SUCK
for (i = 0; i < MAXPLAYERS; i++)
{
if (!playeringame[i] || players[i].spectator)