mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'profile-fix' into 'master'
Profile fix #358 Closes #358 See merge request KartKrew/RingRacers!119
This commit is contained in:
commit
88ee8e1f7f
1 changed files with 4 additions and 0 deletions
|
|
@ -137,6 +137,10 @@ void M_EndModeAttackRun(void)
|
|||
// Return to the menu.
|
||||
D_ClearState();
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue