mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-04 18:29:41 +01:00
Play Viridian squeak when returning to Super Gravitron
For consistency.
This commit is contained in:
parent
c0e11d65f2
commit
80dda53603
1 changed files with 1 additions and 0 deletions
|
@ -2517,6 +2517,7 @@ static void mapmenuactionpress(void)
|
||||||
case 20:
|
case 20:
|
||||||
//return to game
|
//return to game
|
||||||
graphics.resumegamemode = true;
|
graphics.resumegamemode = true;
|
||||||
|
music.playef(11);
|
||||||
break;
|
break;
|
||||||
case 21:
|
case 21:
|
||||||
//quit to menu
|
//quit to menu
|
||||||
|
|
Loading…
Reference in a new issue