fix messages

This commit is contained in:
Glenn Maynard
2005-03-23 09:57:04 +00:00
parent 880e42e1d3
commit 289244c911
2 changed files with 8 additions and 4 deletions
+5 -1
View File
@@ -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[] =
+3 -3
View File
@@ -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;