NEW FEATURE: AutoSync status now shown during gameplay with icon
NEW FEATURE: added autogen icon to select music NEW FEATURE: toggle for easter eggs in Machine Options NEW FEATURE: marvelous step timing togglable in Machine Options NEW FEATURE: Grade AAAA (all marvelous) CHANGE: Only show ScreenHowToPlay if at least one player chose easy
This commit is contained in:
@@ -49,11 +49,8 @@ CString SongOptions::GetString()
|
||||
sReturn += s + "xMusic, ";
|
||||
}
|
||||
|
||||
switch( m_AutoAdjust )
|
||||
{
|
||||
case ADJUST_OFF: break;
|
||||
case ADJUST_ON: sReturn += "AutoAdjust, "; break;
|
||||
}
|
||||
if( m_bAutoSync )
|
||||
sReturn += "AutoSync, ";
|
||||
|
||||
if( sReturn.GetLength() > 2 )
|
||||
sReturn.erase( sReturn.GetLength()-2 ); // delete the trailing ", "
|
||||
|
||||
Reference in New Issue
Block a user