Re-enable fail pref. Possibly unstable.

Extra eyes would be beneficial here.
This commit is contained in:
Jason Felds
2011-07-06 22:44:53 -04:00
parent 6bb873c8ce
commit a35aaeb75f
2 changed files with 10 additions and 7 deletions
+5 -3
View File
@@ -115,8 +115,8 @@ enum CourseSortOrders
enum DefaultFailType
{
FAIL_IMMEDIATE,
FAIL_IMMEDIATECONTINUE,
FAIL_ENDOFSONG,
FAIL_IMMEDIATE_CONTINUE,
FAIL_AT_END,
FAIL_OFF,
NUM_DefaultFailType,
DefaultFailType_Invalid
@@ -286,7 +286,9 @@ public:
/** @brief Enable some quirky behavior used by some older versions of StepMania. */
Preference<bool> m_bQuirksMode;
// Preference<RString> m_sDefaultFailType; // XXX: Fix fail bug?
/** @brief The specific failure type to use at the beginning. */
Preference<DefaultFailType> m_sDefaultFailType;
// Debug:
Preference<bool> m_bLogToDisk;