From 688a515e254a38c903f581b472f20922bc670669 Mon Sep 17 00:00:00 2001 From: Eidolon Date: Wed, 3 Jan 2024 14:14:54 -0600 Subject: [PATCH] Rename MENIMG00 (Battle blade) to MENUI011 Fixes KartKrew/Kart#838 --- src/menus/play-local-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menus/play-local-1.c b/src/menus/play-local-1.c index 8ad6805e0..93d57c1f8 100644 --- a/src/menus/play-local-1.c +++ b/src/menus/play-local-1.c @@ -10,7 +10,7 @@ menuitem_t PLAY_GamemodesMenu[] = "MENUI003", {.routine = M_SetupRaceMenu}, 0, 0}, {IT_STRING | IT_CALL, "Battle", "It's last kart standing in this free-for-all!", - "MENIMG00", {.routine = M_LevelSelectInit}, 0, GT_BATTLE}, + "MENUI011", {.routine = M_LevelSelectInit}, 0, GT_BATTLE}, {IT_STRING | IT_CALL, "Prisons", "Bust up all of the Prison Eggs in record time!", "MENUI007", {.routine = M_LevelSelectInit}, 1, GT_BATTLE},