mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01: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:
parent
6c19a38e9f
commit
7620e4664b
1 changed files with 1 additions and 4 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue