mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-22 08:49:46 +01: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:
parent
7620e4664b
commit
56c9a1554a
1 changed files with 12 additions and 0 deletions
|
@ -2404,12 +2404,21 @@ void editormenurender(int tr, int tg, int tb)
|
|||
case 4:
|
||||
songname = "4: Passion for Exploring";
|
||||
break;
|
||||
case 5:
|
||||
songname = "N/A: Pause";
|
||||
break;
|
||||
case 6:
|
||||
songname = "5: Presenting VVVVVV";
|
||||
break;
|
||||
case 7:
|
||||
songname = "N/A: Plenary";
|
||||
break;
|
||||
case 8:
|
||||
songname = "6: Predestined Fate";
|
||||
break;
|
||||
case 9:
|
||||
songname = "N/A: ecroF evitisoP";
|
||||
break;
|
||||
case 10:
|
||||
songname = "7: Popular Potpourri";
|
||||
break;
|
||||
|
@ -2425,6 +2434,9 @@ void editormenurender(int tr, int tg, int tb)
|
|||
case 14:
|
||||
songname = "11: Piercing the Sky";
|
||||
break;
|
||||
case 15:
|
||||
songname = "N/A: Predestined Fate Remix";
|
||||
break;
|
||||
default:
|
||||
songname = "?: something else";
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue