1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 23:48:30 +02:00

Fix returning from game pad options not updating tower color

I was looking through all calls to game.returnmenu(), and I noticed that
the return option in the game pad screen didn't have a
map.nexttowercolour(). I tested it and, yep, returning from there
doesn't update the background color.

So that should be fixed now.
This commit is contained in:
Misa 2021-03-05 00:54:25 -08:00 committed by Ethan Lee
parent 98bfd43887
commit 4896f475ca

View File

@ -1233,6 +1233,7 @@ static void menuactionpress(void)
case 5:
music.playef(11);
game.returnmenu();
map.nexttowercolour();
break;
}
break;