M_LevelSelectCupSwitch: Don't reset to the first course in every cup every left/right input

This commit is contained in:
toaster 2024-01-25 22:24:05 +00:00
parent 037c3a2aa1
commit 02ee9b4766

View file

@ -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;