+ Oldschool behavior for BPMSegment loading ( Just In Case )

+ WIP Preference for DefaultFailType
This commit is contained in:
Jonathan Payne
2011-02-13 11:38:30 -08:00
parent 49859de9d7
commit 087c239882
4 changed files with 39 additions and 7 deletions
+11
View File
@@ -115,6 +115,16 @@ enum ScoringType
ScoringType_Invalid
};
enum DefaultFailType
{
FAIL_IMMEDIATE,
FAIL_IMMEDIATECONTINUE,
FAIL_ENDOFSONG,
FAIL_OFF,
NUM_DefaultFailType,
DefaultFailType_Invalid
};
class PrefsManager
{
public:
@@ -279,6 +289,7 @@ public:
Preference<RString> m_sCoursesToShowRanking;
Preference<bool> m_bQuirksMode; // enable quirky behavior desired by users of microsoft stepmania explorer 6.9
// Preference<RString> m_sDefaultFailType; // XXX: Fix fail bug?
// Debug:
Preference<bool> m_bLogToDisk;