remove 10+FootInRed
This commit is contained in:
@@ -121,7 +121,6 @@ PrefsManager::PrefsManager()
|
||||
m_bEndlessBreakEnabled = true;
|
||||
m_iEndlessNumStagesUntilBreak = 5;
|
||||
m_iEndlessBreakLength = 5;
|
||||
m_bTenFooterInRed = true;
|
||||
|
||||
// set to 0 so people aren't shocked at first
|
||||
m_iProgressiveLifebar = 0;
|
||||
@@ -333,7 +332,6 @@ void PrefsManager::ReadGlobalPrefsFromDisk()
|
||||
ini.GetValue( "Options", "AutogenGroupCourses", m_bAutogenGroupCourses );
|
||||
ini.GetValue( "Options", "BreakComboToGetItem", m_bBreakComboToGetItem );
|
||||
ini.GetValue( "Options", "ShowDancingCharacters", (int&)m_ShowDancingCharacters );
|
||||
ini.GetValue( "Options", "TenFooterInRed", m_bTenFooterInRed );
|
||||
|
||||
ini.GetValue( "Options", "CourseSortOrder", (int&)m_iCourseSortOrder );
|
||||
ini.GetValue( "Options", "MoveRandomToEnd", m_bMoveRandomToEnd );
|
||||
@@ -509,7 +507,6 @@ void PrefsManager::SaveGlobalPrefsToDisk() const
|
||||
ini.SetValue( "Options", "SmoothLines", m_bSmoothLines );
|
||||
ini.SetValue( "Options", "GlobalOffsetSeconds", m_fGlobalOffsetSeconds );
|
||||
|
||||
ini.SetValue( "Options", "TenFooterInRed", m_bTenFooterInRed );
|
||||
ini.SetValue( "Options", "CourseSortOrder", m_iCourseSortOrder );
|
||||
ini.SetValue( "Options", "MoveRandomToEnd", m_bMoveRandomToEnd );
|
||||
|
||||
|
||||
@@ -111,7 +111,6 @@ public:
|
||||
bool m_bFirstRun;
|
||||
bool m_bAutoMapOnJoyChange;
|
||||
float m_fGlobalOffsetSeconds;
|
||||
bool m_bTenFooterInRed;
|
||||
int m_iProgressiveLifebar;
|
||||
int m_iProgressiveStageLifebar;
|
||||
int m_iProgressiveNonstopLifebar;
|
||||
|
||||
@@ -204,7 +204,6 @@ MOVE( Caution, PREFSMAN->m_bShowDontDie );
|
||||
MOVE( OniScoreDisplay, PREFSMAN->m_bDancePointsForOni );
|
||||
MOVE( SongGroup, PREFSMAN->m_bShowSelectGroup );
|
||||
MOVE( WheelSections, PREFSMAN->m_MusicWheelUsesSections );
|
||||
MOVE( TenFootInRed, PREFSMAN->m_bTenFooterInRed );
|
||||
MOVE( CourseSort, PREFSMAN->m_iCourseSortOrder );
|
||||
MOVE( RandomAtEnd, PREFSMAN->m_bMoveRandomToEnd );
|
||||
MOVE( Translations, PREFSMAN->m_bShowNative );
|
||||
@@ -417,7 +416,6 @@ static const ConfOption g_ConfOptions[] =
|
||||
ConfOption( "Oni Score\nDisplay", OniScoreDisplay, "PERCENT","DANCE POINTS"),
|
||||
ConfOption( "Song\nGroup", SongGroup, "ALL MUSIC","CHOOSE"),
|
||||
ConfOption( "Wheel\nSections", WheelSections, "NEVER","ALWAYS", "ABC ONLY"),
|
||||
ConfOption( "10+ foot\nIn Red", TenFootInRed, "NO", "YES"),
|
||||
ConfOption( "Course\nSort", CourseSort, "# SONGS","AVG FEET","TOTAL FEET","RANKING"),
|
||||
ConfOption( "Random\nAt End", RandomAtEnd, "NO","YES"),
|
||||
ConfOption( "Translations", Translations, "ROMANIZATION","NATIVE LANGUAGE"),
|
||||
|
||||
Reference in New Issue
Block a user