DefaultFailType preference removed because DefaultModifiers was overriding it. DefaultFailType ConfOptionRow now works by putting the fail type in DefaultModifiers.

Fixed double InitCommand bug in Foreground.
Disabled odd dimension check for screen texture.
This commit is contained in:
Kyzentun
2014-11-15 17:18:42 -07:00
parent 77130ed3c4
commit 9b847caa45
7 changed files with 48 additions and 9 deletions
-1
View File
@@ -294,7 +294,6 @@ public:
/** @brief Enable some quirky behavior used by some older versions of StepMania. */
Preference<bool> m_bQuirksMode;
Preference<FailType> m_DefaultFailType;
// Debug:
Preference<bool> m_bLogToDisk;