Format the previous commit according to Chocolate Doom's coding style guidelines

This commit is contained in:
mfrancis95 2018-10-02 01:09:06 -04:00
parent 3e21ed71a3
commit 28e6533feb

View file

@ -391,9 +391,15 @@ void P_LoadThings (int lump)
}
if (!deathmatch)
{
for (i = 0; i < MAXPLAYERS; i++)
{
if (playeringame[i] && !playerstartsingame[i])
{
I_Error("P_LoadThings: Player %d start missing (vanilla crashes here)", i + 1);
}
}
}
W_ReleaseLumpNum(lump);
}