Added MUSIC tag to note data to allow each chart in a simfile to use a different music file.

This commit is contained in:
Kyzentun
2015-03-02 18:44:01 -07:00
parent 9381276fd3
commit 846f79879c
15 changed files with 167 additions and 5 deletions
+1
View File
@@ -1039,6 +1039,7 @@ void ScreenSelectMusic::ChangeSteps( PlayerNumber pn, int dir )
m_soundDifficultyHarder.SetProperty( "Pan", fBalance );
m_soundDifficultyHarder.PlayCopy();
}
GAMESTATE->ForceOtherPlayersToCompatibleSteps(pn);
Message msg( "ChangeSteps" );
msg.SetParam( "Player", pn );