Let spectators watch players who just died in Battle

If they're going to respawn anyway, there's no reason not
to spectate them. PF_ELIMINATED condition above excludes
Overtime Barrier KO.
This commit is contained in:
James R 2023-03-07 03:27:00 -08:00
parent f86f794d20
commit a648ff31f1

View file

@ -1890,13 +1890,6 @@ boolean G_CouldView(INT32 playernum)
if (( player->pflags & PF_NOCONTEST ))
return false;
// I don't know if we want this actually, but I'll humor the suggestion anyway
if ((gametyperules & GTR_BUMPERS) && !demo.playback)
{
if (player->bumpers <= 0)
return false;
}
// SRB2Kart: we have no team-based modes, YET...
if (G_GametypeHasTeams())
{