diff --git a/src/menus/transient/pause-replay.c b/src/menus/transient/pause-replay.c index 864344d91..f0ea1ca9d 100644 --- a/src/menus/transient/pause-replay.c +++ b/src/menus/transient/pause-replay.c @@ -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