mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-10 02:49:45 +01: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:
parent
98bfd43887
commit
4896f475ca
1 changed files with 1 additions and 0 deletions
|
@ -1233,6 +1233,7 @@ static void menuactionpress(void)
|
|||
case 5:
|
||||
music.playef(11);
|
||||
game.returnmenu();
|
||||
map.nexttowercolour();
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue