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