1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59:43 +01: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:
Misa 2021-03-25 20:26:45 -07:00 committed by Ethan Lee
parent 100d986431
commit 892e7c93fc

View file

@ -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
{ {