Format the previous commit according to Chocolate Doom's coding style guidelines
This commit is contained in:
parent
3e21ed71a3
commit
28e6533feb
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue