mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 04:02:37 +00:00
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:
parent
f86f794d20
commit
a648ff31f1
1 changed files with 0 additions and 7 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue