mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user