fix messages
This commit is contained in:
@@ -33,7 +33,11 @@ ThemeMetric<CString> DEFAULT_SORT ("ScreenSelectMusic","DefaultSort");
|
||||
|
||||
static CString SECTION_COLORS_NAME( size_t i ) { return ssprintf("SectionColor%d",i+1); }
|
||||
static CString CHOICE_NAME( CString s ) { return ssprintf("Choice%s",s.c_str()); }
|
||||
|
||||
|
||||
const AutoScreenMessage SM_SongChanged; // TODO: Replace this with a Message and MESSAGEMAN
|
||||
const AutoScreenMessage SM_SortOrderChanging;
|
||||
const AutoScreenMessage SM_SortOrderChanged;
|
||||
|
||||
const int MAX_WHEEL_SOUND_SPEED = 15;
|
||||
|
||||
static const SortOrder g_SongSortOrders[] =
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
class Course;
|
||||
class Song;
|
||||
|
||||
const AutoScreenMessage SM_SongChanged; // TODO: Replace this with a Message and MESSAGEMAN
|
||||
const AutoScreenMessage SM_SortOrderChanging;
|
||||
const AutoScreenMessage SM_SortOrderChanged;
|
||||
extern const AutoScreenMessage SM_SongChanged; // TODO: Replace this with a Message and MESSAGEMAN
|
||||
extern const AutoScreenMessage SM_SortOrderChanging;
|
||||
extern const AutoScreenMessage SM_SortOrderChanged;
|
||||
|
||||
struct CompareSongPointerArrayBySectionName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user