Improve #1089 by making sure playerstartsingame gets cleared
This commit is contained in:
parent
255b76c338
commit
2261f31aa1
1 changed files with 1 additions and 0 deletions
|
|
@ -398,6 +398,7 @@ void P_LoadThings (int lump)
|
|||
{
|
||||
I_Error("P_LoadThings: Player %d start missing (vanilla crashes here)", i + 1);
|
||||
}
|
||||
playerstartsingame[i] = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue