[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:
@@ -9,6 +9,11 @@ ________________________________________________________________________________
|
|||||||
StepMania 5.0 alpha 2 | 201203??
|
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
|
2012/03/08
|
||||||
----------
|
----------
|
||||||
* [MusicWheel] Added RouletteStopped message, which is broadcast when Roulette
|
* [MusicWheel] Added RouletteStopped message, which is broadcast when Roulette
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ void PlayerOptions::GetMods( vector<RString> &AddTo, bool bForceNoteSkin ) const
|
|||||||
RString s = ssprintf( "m%.0f", m_fMaxScrollBPM );
|
RString s = ssprintf( "m%.0f", m_fMaxScrollBPM );
|
||||||
AddTo.push_back( s );
|
AddTo.push_back( s );
|
||||||
}
|
}
|
||||||
if( m_bSetScrollSpeed || m_fScrollSpeed != 1 )
|
else if( m_bSetScrollSpeed || m_fScrollSpeed != 1 )
|
||||||
{
|
{
|
||||||
/* -> 1.00 */
|
/* -> 1.00 */
|
||||||
RString s = ssprintf( "%2.2f", m_fScrollSpeed );
|
RString s = ssprintf( "%2.2f", m_fScrollSpeed );
|
||||||
|
|||||||
Reference in New Issue
Block a user