Merge branch 'profile-fix' into 'master'

Profile fix #358

Closes #358

See merge request KartKrew/RingRacers!119
This commit is contained in:
Eidolon 2025-08-19 00:14:11 +00:00
commit 88ee8e1f7f

View file

@ -137,6 +137,10 @@ void M_EndModeAttackRun(void)
// Return to the menu. // Return to the menu.
D_ClearState(); D_ClearState();
M_StartControlPanel(); M_StartControlPanel();
// This removes any lingering optionsmenu.profile pointers,
// so that when returning to char select, it will show the normal
// stat grid instead of the profile one (this is also most likely a bad way to fix this)
M_ResetOptions();
} }
// Replay Playback Menu // Replay Playback Menu