1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 05:58:30 +02:00

Make "no, keep playing" go back to pause menu

This is so the menus can stack on top of each other. Well, technically
they don't, but it's the same thing.
This commit is contained in:
Misa 2020-06-22 20:58:09 -07:00 committed by Ethan Lee
parent f6330c57fd
commit 3c5ed04678

View File

@ -2089,8 +2089,9 @@ void mapmenuactionpress()
break;
case 10:
//return to game
graphics.resumegamemode = true;
//return to pause menu
music.playef(11);
game.menupage = 31;
break;
case 11:
//quit to menu