Don't shrink spectators

Another typo here
This commit is contained in:
TehRealSalt 2018-11-19 23:07:53 -05:00
parent c6053c8265
commit 0a3183aa82
1 changed files with 1 additions and 1 deletions

View File

@ -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;