This commit is contained in:
Steve Checkoway
2006-08-07 01:23:59 +00:00
parent ca130e9cd3
commit 0f199dc7bc
+1
View File
@@ -51,6 +51,7 @@ static const ThemeMetric<bool> USE_UNLOCK_COLOR ("SongManager","UseUnlockColor
static const ThemeMetric<RageColor> UNLOCK_COLOR ( "SongManager", "UnlockColor" );
static const ThemeMetric<bool> MOVE_UNLOCKS_TO_BOTTOM_OF_PREFERRED_SORT ( "SongManager", "MoveUnlocksToBottomOfPreferredSort" );
RString SONG_GROUP_COLOR_NAME( size_t i ) { return ssprintf( "SongGroupColor%i", (int) i+1 ); }
RString COURSE_GROUP_COLOR_NAME( size_t i ) { return ssprintf( "CourseGroupColor%i", (int) i+1 ); }