1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-14 08:43:37 +02:00

Play Viridian squeak when using return button in audio options

For some reason this button was missing the Viridian squeak.
This commit is contained in:
Misa 2021-06-12 15:33:44 -07:00 committed by Ethan Lee
parent 3b6c0befb1
commit 9c226ab5aa

View File

@ -949,6 +949,7 @@ static void menuactionpress(void)
/* Return */
game.returnmenu();
map.nexttowercolour();
music.playef(11);
}
break;
case Menu::unlockmenutrials: