Files
VVVVVV/desktop_version/src
Misa 224585d774 Fix being able to mismatch summary and menu color
You were able to mismatch the color of the quicksave/telesave summary
and the text/background by pressing Esc when in the "continue" menu,
then pressing ACTION on "no, return".

This commit fixes that bug by putting the map.settowercolour(3) inside
the Menu::continuemenu creation code itself. However, since the
Menu::youwannaquit code does map.nexttowercolour() right after it does
the game.createmenu(), we also need to put the map.nexttowercolour()
before the game.createmenu() beforehand so it doesn't mess up the cyan
color that Menu::continuemenu sets.

Additionally, I removed the map.settowercolour() from the input handling
of Menu::play, as it's superfluous.
2020-04-17 15:41:48 -04:00
..
2020-01-11 08:53:32 -05:00
2020-01-08 10:37:50 -05:00
2020-01-08 10:37:50 -05:00
2020-04-17 15:41:48 -04:00
2020-04-17 15:41:48 -04:00
2020-01-08 10:37:50 -05:00
2020-04-03 10:40:50 -04:00
2020-04-03 10:40:50 -04:00
2020-04-14 22:54:16 -04:00
2020-01-08 10:37:50 -05:00
2020-01-13 11:27:16 -05:00
2020-04-04 02:05:41 -04:00
2020-01-08 10:37:50 -05:00
2020-01-13 23:31:14 -05:00
2020-02-08 23:54:20 -05:00
2020-01-08 10:37:50 -05:00