mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -1233,6 +1233,7 @@ static void menuactionpress(void)
|
|||||||
case 5:
|
case 5:
|
||||||
music.playef(11);
|
music.playef(11);
|
||||||
game.returnmenu();
|
game.returnmenu();
|
||||||
|
map.nexttowercolour();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user