Improve #1089 by making sure playerstartsingame gets cleared

This commit is contained in:
mfrancis95 2018-12-02 02:51:11 -05:00
parent 255b76c338
commit 2261f31aa1

View file

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