1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-16 09:38:29 +02:00

Play Viridian squeak when pressing Esc in teleporter menu

For consistency, this should be done to match pressing Esc on the map
screen.
This commit is contained in:
Misa 2021-06-13 17:27:53 -07:00 committed by Ethan Lee
parent 80dda53603
commit b09d0c48e4

View File

@ -2605,6 +2605,7 @@ void teleporterinput(void)
// Close teleporter menu
graphics.resumegamemode = true;
}
music.playef(11);
}
}
else