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
+1 -1
View File
@@ -696,7 +696,7 @@ bool Profile::SaveAllToDir( CString sDir, bool bSignData ) const
const bool bThisIsMachineProfile = (this == PROFILEMAN->GetMachineProfile()); // XXX
if( (bThisIsMachineProfile && PREFSMAN->m_bWriteMachineStatsHtml) ||
(!bThisIsMachineProfile && PREFSMAN->m_bWriteProfileStatsHtml) )
(!bThisIsMachineProfile && PREFSMAN->m_bWritePlayerStatsHtml) )
SaveStatsWebPageToDir( sDir );
//