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