1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 15:38: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; break;
case 10: case 10:
//return to game //return to pause menu
graphics.resumegamemode = true; music.playef(11);
game.menupage = 31;
break; break;
case 11: case 11:
//quit to menu //quit to menu