[PlayerOptions] Don't display x-mods when using m-mods. Sourced from hanubeki-modified-sm-ssc rev. bd08a58dd7cf and OpenITG.

This commit is contained in:
AJ Kelly
2012-03-09 14:25:39 -06:00
parent ea9aa92a4e
commit bd3d71540f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -9,6 +9,11 @@ ________________________________________________________________________________
StepMania 5.0 alpha 2 | 201203??
--------------------------------------------------------------------------------
2012/03/09
----------
* [PlayerOptions] Don't display x-mods when using m-mods.
Sourced from hanubeki-modified-sm-ssc rev. bd08a58dd7cf and OpenITG.
2012/03/08
----------
* [MusicWheel] Added RouletteStopped message, which is broadcast when Roulette
+1 -1
View File
@@ -123,7 +123,7 @@ void PlayerOptions::GetMods( vector<RString> &AddTo, bool bForceNoteSkin ) const
RString s = ssprintf( "m%.0f", m_fMaxScrollBPM );
AddTo.push_back( s );
}
if( m_bSetScrollSpeed || m_fScrollSpeed != 1 )
else if( m_bSetScrollSpeed || m_fScrollSpeed != 1 )
{
/* -> 1.00 */
RString s = ssprintf( "%2.2f", m_fScrollSpeed );