mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09: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:
parent
100d986431
commit
892e7c93fc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue