Consistent semicolon use.
This is C++, not Python!
This commit is contained in:
@@ -38,15 +38,16 @@ static const char *SelectionStateNames[] = {
|
||||
};
|
||||
XToString( SelectionState );
|
||||
|
||||
/** @brief The maximum number of digits for the ScoreDisplay. */
|
||||
const int NUM_SCORE_DIGITS = 9;
|
||||
|
||||
#define SHOW_OPTIONS_MESSAGE_SECONDS THEME->GetMetricF( m_sName, "ShowOptionsMessageSeconds" )
|
||||
|
||||
AutoScreenMessage( SM_AllowOptionsMenuRepeat )
|
||||
AutoScreenMessage( SM_SongChanged )
|
||||
AutoScreenMessage( SM_SortOrderChanging )
|
||||
AutoScreenMessage( SM_SortOrderChanged )
|
||||
AutoScreenMessage( SM_BackFromPlayerOptions )
|
||||
AutoScreenMessage( SM_AllowOptionsMenuRepeat );
|
||||
AutoScreenMessage( SM_SongChanged );
|
||||
AutoScreenMessage( SM_SortOrderChanging );
|
||||
AutoScreenMessage( SM_SortOrderChanged );
|
||||
AutoScreenMessage( SM_BackFromPlayerOptions );
|
||||
|
||||
static RString g_sCDTitlePath;
|
||||
static bool g_bWantFallbackCdTitle;
|
||||
|
||||
Reference in New Issue
Block a user