1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-24 13:38:29 +02:00

Fix Menu::quickloadlevel not using returnmenu()

Whoops, almost forgot this one.

Now if you hit "back to levels", your position will still be kept on the
selected level.
This commit is contained in:
Misa 2020-04-17 12:10:07 -07:00 committed by Ethan Lee
parent b02c4aac78
commit 8796f2c9e0

View File

@ -253,8 +253,7 @@ void menuactionpress()
break;
case 2:
music.playef(11);
game.levelpage=0;
game.createmenu(Menu::levellist);
game.returnmenu();
map.nexttowercolour();
break;
}