M_HandleReplayHutList: Repair handling for selecting replays

It seems to be an interaction with running transitions, which I was trying to avoid for this menu anyways.
This commit is contained in:
toaster 2023-01-31 20:09:36 +00:00
parent 0305249a36
commit d31e5ac76f

View file

@ -224,7 +224,7 @@ void M_HandleReplayHutList(INT32 choice)
M_PrepReplayList();
break;
default:
M_SetupNextMenu(&EXTRAS_ReplayStartDef, false);
M_SetupNextMenu(&EXTRAS_ReplayStartDef, true);
extrasmenu.replayScrollTitle = 0;
extrasmenu.replayScrollDelay = TICRATE;