mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Final statistics cleanup
- Characters is default page because it's Dr Eggman's game - Keep page when exiting menu and returning - Remove/comment out the overview page, since the overview is currently visible on all pages
This commit is contained in:
parent
6015a96a84
commit
19e73f4fe3
2 changed files with 2 additions and 3 deletions
|
|
@ -1261,10 +1261,10 @@ boolean M_ChallengesInputs(INT32 ch);
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
statisticspage_basic = 0,
|
//statisticspage_overview = 0,
|
||||||
|
statisticspage_chars = 0,
|
||||||
statisticspage_gp,
|
statisticspage_gp,
|
||||||
statisticspage_maps,
|
statisticspage_maps,
|
||||||
statisticspage_chars,
|
|
||||||
statisticspage_max
|
statisticspage_max
|
||||||
} statisticspage_t;
|
} statisticspage_t;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -257,7 +257,6 @@ void M_Statistics(INT32 choice)
|
||||||
statisticsmenu.nummedals = M_CountMedals(true, false);
|
statisticsmenu.nummedals = M_CountMedals(true, false);
|
||||||
statisticsmenu.numextramedals = M_CountMedals(true, true);
|
statisticsmenu.numextramedals = M_CountMedals(true, true);
|
||||||
|
|
||||||
statisticsmenu.page = statisticspage_basic;
|
|
||||||
M_StatisticsPageInit();
|
M_StatisticsPageInit();
|
||||||
|
|
||||||
MISC_StatisticsDef.prevMenu = currentMenu;
|
MISC_StatisticsDef.prevMenu = currentMenu;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue