feature: custom speed mod = allows users to specify their own speed modifier in stepmania.ini.

note: C300 was removed to make space on the line.
This commit is contained in:
Andrew Wong
2003-09-13 22:57:11 +00:00
parent 36e987049d
commit ee81ce3cac
4 changed files with 67 additions and 3 deletions
+3
View File
@@ -98,6 +98,9 @@ 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 { COURSE_SORT_SONGS, COURSE_SORT_METER, COURSE_SORT_METER_SUM, COURSE_SORT_RANK } m_iCourseSortOrder;
bool m_bMoveRandomToEnd;