1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 14:38:30 +02:00

Allow using any editor song

It was possible to do this already by editing the XML (or by using Ved),
for some reason the in-game editor just didn't let you do so.
This commit is contained in:
Misa 2020-06-30 18:40:44 -07:00 committed by Ethan Lee
parent 6c19a38e9f
commit 7620e4664b

View File

@ -3817,10 +3817,7 @@ void editormenuactionpress()
{ {
case 0: case 0:
ed.levmusic++; ed.levmusic++;
if(ed.levmusic==5) ed.levmusic=6; if(ed.levmusic==16) ed.levmusic=0;
if(ed.levmusic==7) ed.levmusic=8;
if(ed.levmusic==9) ed.levmusic=10;
if(ed.levmusic==15) ed.levmusic=0;
if(ed.levmusic>0) if(ed.levmusic>0)
{ {
music.play(ed.levmusic); music.play(ed.levmusic);