mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01: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:
parent
8b3c805bc0
commit
73c1c9a798
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -434,7 +434,7 @@ void scriptclass::loadother(const char* t)
|
|||
"speak_active",
|
||||
"endtext",
|
||||
|
||||
"play(14)",
|
||||
"play(2)",
|
||||
"changemood(player,0)",
|
||||
|
||||
"endcutscene()",
|
||||
|
|
Loading…
Reference in a new issue