Remove m_sCustomSpeedMod: this is done with theme metrics now.

This commit is contained in:
Glenn Maynard
2003-10-02 01:46:33 +00:00
parent 75a3a7f8b8
commit e96552f981
2 changed files with 0 additions and 9 deletions
-3
View File
@@ -101,9 +101,6 @@ public:
CString m_sLanguage;
CString m_sDefaultProfile[NUM_PLAYERS]; // directory name of profile on HD
// custom speed mod, default to 'C500'
CString m_sCustomSpeedMod;
// course ranking
enum CourseSortOrders { COURSE_SORT_SONGS, COURSE_SORT_METER, COURSE_SORT_METER_SUM, COURSE_SORT_RANK } m_iCourseSortOrder;
bool m_bMoveRandomToEnd;