mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Don't shrink spectators
Another typo here
This commit is contained in:
parent
c6053c8265
commit
0a3183aa82
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…
Reference in a new issue