mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Play Viridian squeak when returning to Secret Lab
For consistency.
This commit is contained in:
parent
f3ca4ab2e7
commit
c0e11d65f2
1 changed files with 1 additions and 0 deletions
|
@ -2528,6 +2528,7 @@ static void mapmenuactionpress(void)
|
||||||
game.fadetolab = true;
|
game.fadetolab = true;
|
||||||
game.fadetolabdelay = 16;
|
game.fadetolabdelay = 16;
|
||||||
}
|
}
|
||||||
|
music.playef(11);
|
||||||
break;
|
break;
|
||||||
case 30:
|
case 30:
|
||||||
// Return to game
|
// Return to game
|
||||||
|
|
Loading…
Reference in a new issue