mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-05 00:26:15 +03:00
Fix background not changing when pressing Esc on main menu
Followup to #664: Pressing "quit game" instead of using Esc changes the background, but pressing Esc doesn't. Whoops.
This commit is contained in:
@@ -1603,6 +1603,7 @@ void titleinput(void)
|
|||||||
if (game.currentmenuname == Menu::mainmenu)
|
if (game.currentmenuname == Menu::mainmenu)
|
||||||
{
|
{
|
||||||
game.createmenu(Menu::youwannaquit);
|
game.createmenu(Menu::youwannaquit);
|
||||||
|
map.nexttowercolour();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user