mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-17 19:11:30 +00:00
Remove redundant settings -- PR_ApplyProfile does these for us!
This commit is contained in:
parent
cf25cf0da1
commit
52c1cfd1cf
1 changed files with 0 additions and 2 deletions
|
|
@ -4638,12 +4638,10 @@ static void M_FirstPickProfile(INT32 c)
|
|||
M_ResetOptions(); // Reset all options variables otherwise things are gonna go reaaal bad lol.
|
||||
optionsmenu.profile = NULL; // Make sure to get rid of that, too.
|
||||
|
||||
CV_StealthSetValue(&cv_currprofile, optionsmenu.profilen);
|
||||
PR_ApplyProfile(optionsmenu.profilen, 0);
|
||||
M_SetupNextMenu(&MainDef, false);
|
||||
|
||||
// Tell the game this is the last profile we picked.
|
||||
CV_StealthSetValue(&cv_lastprofile[0], optionsmenu.profilen);
|
||||
CV_StealthSetValue(&cv_ttlprofilen, optionsmenu.profilen);
|
||||
|
||||
// Save em!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue