mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_LevelSelectCupSwitch: Don't reset to the first course in every cup every left/right input
This commit is contained in:
parent
037c3a2aa1
commit
02ee9b4766
1 changed files with 3 additions and 2 deletions
|
|
@ -847,9 +847,10 @@ boolean M_LevelSelectCupSwitch(boolean next, boolean skipones)
|
|||
|
||||
levellist.levelsearch = templevelsearch;
|
||||
|
||||
levellist.cursor = 0;
|
||||
|
||||
levellist.mapcount = count;
|
||||
if (levellist.cursor >= count)
|
||||
levellist.cursor = count-1;
|
||||
|
||||
M_LevelSelectScrollDest();
|
||||
levellist.slide.start = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue