1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 05:58:30 +02:00

Revert "Change final stretch song to Piercing the Sky"

Upon further discussion it was decided to keep the soundtrack as originally
shipped, instead of changing it after the fact.

This reverts commit cf51379097.
This commit is contained in:
Ethan Lee 2021-05-20 23:01:43 -04:00
parent 8b3c805bc0
commit 73c1c9a798
2 changed files with 2 additions and 2 deletions

View File

@ -1478,7 +1478,7 @@ void Game::updatestate(void)
//Init final stretch
state++;
music.playef(9);
music.play(14);
music.play(2);
obj.flags[72] = true;
screenshake = 10;

View File

@ -434,7 +434,7 @@ void scriptclass::loadother(const char* t)
"speak_active",
"endtext",
"play(14)",
"play(2)",
"changemood(player,0)",
"endcutscene()",