Skip to content

Commit

Permalink
rename m_fMinPercentageForMachineSongHighScore
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 23, 2017
1 parent 477a424 commit 62de3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/PrefsManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ PrefsManager::PrefsManager() :
m_ShowSongOptions ( "ShowSongOptions", Maybe_NO ),
m_bDancePointsForOni ( "DancePointsForOni", true ),
m_bPercentageScoring ( "PercentageScoring", false ),
// Wow, these preference names are *seriously* long -Colby
m_fMinPercentageForMachineSongHighScore ( "MinPercentageForMachineSongHighScore", 0.0001f ), // This is for home, who cares how bad you do?
m_fMinPercentToSaveScores( "MinPercentToSaveScores", -1.0f ),
m_bDisqualification ( "Disqualification", false ),
m_bOnlyPreferredDifficulties ( "OnlyPreferredDifficulties", false ),
m_bBreakComboToGetItem ( "BreakComboToGetItem", false ),
Expand Down
2 changes: 1 addition & 1 deletion src/PrefsManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class PrefsManager
Preference<Maybe> m_ShowSongOptions;
Preference<bool> m_bDancePointsForOni;
Preference<bool> m_bPercentageScoring;
Preference<float> m_fMinPercentageForMachineSongHighScore;
Preference<float> m_fMinPercentToSaveScores;
Preference<bool> m_bDisqualification;
Preference<bool> m_bOnlyPreferredDifficulties;
Preference<bool> m_bBreakComboToGetItem;
Expand Down

0 comments on commit 62de3c5

Please sign in to comment.