mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
0305249a36
commit
d31e5ac76f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue