diff --git a/src/k_menu.h b/src/k_menu.h index 2018e842a..f443a174a 100644 --- a/src/k_menu.h +++ b/src/k_menu.h @@ -1017,8 +1017,8 @@ extern struct extrasmenu_s { typedef enum { extras_addons = 0, + extras_tutorial, extras_challenges, - //extras_tutorial, extras_statistics, extras_eggtv, extras_stereo, diff --git a/src/menus/extras-1.c b/src/menus/extras-1.c index eb2de1711..21cd2337e 100644 --- a/src/menus/extras-1.c +++ b/src/menus/extras-1.c @@ -14,12 +14,12 @@ menuitem_t EXTRAS_Main[] = {IT_STRING | IT_CALL, NULL, NULL, NULL, {.routine = M_Addons}, 0, 0}, - {IT_STRING | IT_CALL, "Challenges", "View the requirements for some of the secret content you can unlock!", - NULL, {.routine = M_Challenges}, 0, 0}, - {IT_STRING | IT_CALL, "Tutorial", "Help Dr. Eggman and Tails test out their new Ring Racers.", NULL, {.routine = M_LevelSelectInit}, 0, GT_TUTORIAL}, + {IT_STRING | IT_CALL, "Challenges", "View the requirements for some of the secret content you can unlock!", + NULL, {.routine = M_Challenges}, 0, 0}, + {IT_STRING | IT_CALL, "Statistics", "Look back on some of your greatest achievements such as your playtime and wins!", NULL, {.routine = M_Statistics}, 0, 0},