mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove spectator crap again
welp...
This commit is contained in:
parent
2b706fb95b
commit
1dccf5dfea
1 changed files with 1 additions and 6 deletions
|
|
@ -2940,14 +2940,9 @@ mapthing_t *G_FindPodiumStart(INT32 playernum)
|
||||||
UINT8 i;
|
UINT8 i;
|
||||||
UINT8 pos = 0;
|
UINT8 pos = 0;
|
||||||
|
|
||||||
if (!playeringame[playernum] || players[playernum].spectator)
|
|
||||||
{
|
|
||||||
return playerstarts[0]; // go to first spot if you're a spectator
|
|
||||||
}
|
|
||||||
|
|
||||||
for (i = 0; i < MAXPLAYERS; i++)
|
for (i = 0; i < MAXPLAYERS; i++)
|
||||||
{
|
{
|
||||||
if (!playeringame[i] || players[i].spectator)
|
if (!playeringame[i])
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue