name cleanup: ProfileStatsHtml -> PlayerStatsHtml

This commit is contained in:
Chris Danford
2004-05-28 04:17:56 +00:00
parent 5a2b6aa218
commit c711c8aa33
4 changed files with 9 additions and 7 deletions
+3 -3
View File
@@ -236,7 +236,7 @@ void PrefsManager::Init()
m_bWriteMachineStatsHtml = false;
/* Most people use local profiles, so writing profile stats is redundant. */
m_bWriteProfileStatsHtml = false;
m_bWritePlayerStatsHtml = false;
m_bEditorShowBGChangesPlay = false;
@@ -541,7 +541,7 @@ void PrefsManager::ReadPrefsFromFile( CString sIni )
ini.GetValue( "Options", "AutoRestart", g_bAutoRestart );
ini.GetValue( "Options", "SignProfileData", m_bSignProfileData );
ini.GetValue( "Options", "WriteMachineStatsHtml", m_bWriteMachineStatsHtml );
ini.GetValue( "Options", "WriteProfileStatsHtml", m_bWriteProfileStatsHtml );
ini.GetValue( "Options", "WriteProfileStatsHtml", m_bWritePlayerStatsHtml );
ini.GetValue( "Editor", "ShowBGChangesPlay", m_bEditorShowBGChangesPlay );
@@ -768,7 +768,7 @@ void PrefsManager::SaveGlobalPrefsToDisk() const
ini.SetValue( "Options", "AutoRestart", g_bAutoRestart );
ini.SetValue( "Options", "SignProfileData", m_bSignProfileData );
ini.SetValue( "Options", "WriteMachineStatsHtml", m_bWriteMachineStatsHtml );
ini.SetValue( "Options", "WriteProfileStatsHtml", m_bWriteProfileStatsHtml );
ini.SetValue( "Options", "WriteProfileStatsHtml", m_bWritePlayerStatsHtml );
ini.SetValue( "Options", "SoundWriteAhead", m_iSoundWriteAhead );