add toggle for awarding item on combo break in battle

This commit is contained in:
Chris Danford
2003-04-11 01:49:57 +00:00
parent 423666c845
commit fb27c29bee
6 changed files with 18 additions and 6 deletions
+2 -1
View File
@@ -69,12 +69,13 @@ public:
float m_fMarathonVerSongSeconds;
bool m_bShowSongOptions;
bool m_bSoloSingle;
bool m_bDancePointsForOni;
bool m_bDancePointsForOni; //DDR-Extreme style dance points instead of max2 percent
bool m_bTimestamping;
bool m_bShowLyrics;
bool m_bAutogenMissingTypes;
bool m_bAutogenGroupCourses;
CString m_sDefaultModifiers;
bool m_bBreakComboToGetItem;
/* 0 = no; 1 = yes; -1 = auto (do whatever is appropriate for the arch). */
int m_iBoostAppPriority;