mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-19 12:01:36 +00:00
Don't shrink spectators
Another typo here
This commit is contained in:
parent
5f91d86edd
commit
17f22516c0
1 changed files with 1 additions and 1 deletions
|
|
@ -3144,7 +3144,7 @@ static void K_DoShrink(player_t *player)
|
|||
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
{
|
||||
if (!playeringame[i] || player->spectator || !players[i].mo)
|
||||
if (!playeringame[i] || players[i].spectator || !players[i].mo)
|
||||
continue;
|
||||
if (&players[i] == player)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue