mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01: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:
parent
80dda53603
commit
b09d0c48e4
1 changed files with 1 additions and 0 deletions
|
@ -2605,6 +2605,7 @@ void teleporterinput(void)
|
||||||
// Close teleporter menu
|
// Close teleporter menu
|
||||||
graphics.resumegamemode = true;
|
graphics.resumegamemode = true;
|
||||||
}
|
}
|
||||||
|
music.playef(11);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue