mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add names for previously disallowed songs
That way, they don't show up as "?: something else" and their proper names are shown. I didn't update the song numbers to include the newly-allowed songs because otherwise it'd no longer correlate with what song numbers you use for the music() simplified command.
This commit is contained in:
@@ -2404,12 +2404,21 @@ void editormenurender(int tr, int tg, int tb)
|
|||||||
case 4:
|
case 4:
|
||||||
songname = "4: Passion for Exploring";
|
songname = "4: Passion for Exploring";
|
||||||
break;
|
break;
|
||||||
|
case 5:
|
||||||
|
songname = "N/A: Pause";
|
||||||
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
songname = "5: Presenting VVVVVV";
|
songname = "5: Presenting VVVVVV";
|
||||||
break;
|
break;
|
||||||
|
case 7:
|
||||||
|
songname = "N/A: Plenary";
|
||||||
|
break;
|
||||||
case 8:
|
case 8:
|
||||||
songname = "6: Predestined Fate";
|
songname = "6: Predestined Fate";
|
||||||
break;
|
break;
|
||||||
|
case 9:
|
||||||
|
songname = "N/A: ecroF evitisoP";
|
||||||
|
break;
|
||||||
case 10:
|
case 10:
|
||||||
songname = "7: Popular Potpourri";
|
songname = "7: Popular Potpourri";
|
||||||
break;
|
break;
|
||||||
@@ -2425,6 +2434,9 @@ void editormenurender(int tr, int tg, int tb)
|
|||||||
case 14:
|
case 14:
|
||||||
songname = "11: Piercing the Sky";
|
songname = "11: Piercing the Sky";
|
||||||
break;
|
break;
|
||||||
|
case 15:
|
||||||
|
songname = "N/A: Predestined Fate Remix";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
songname = "?: something else";
|
songname = "?: something else";
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user