Do not force Guest profile when selecting profile for first time

This lets ttlprofilen persist if backing out of profile
select.
This commit is contained in:
James R 2023-01-19 21:22:21 -08:00
parent ddb55c95c7
commit 83a6acd5c8

View file

@ -414,8 +414,6 @@ void M_StartControlPanel(void)
optionsmenu.profilen = cv_ttlprofilen.value;
// options don't need initializing here.
PR_ApplyProfile(0, 0); // apply guest profile to player 0 by default.
// this is to garantee that the controls aren't fucked up.
// make sure we don't overstep that.
if (optionsmenu.profilen > PR_GetNumProfiles())