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)
{
game.createmenu(Menu::youwannaquit);
map.nexttowercolour();
}
else
{