Profile name cleanup

This commit is contained in:
Chris Danford
2004-02-22 20:58:39 +00:00
parent 1851424be7
commit b002ac820b
5 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ CString GetStatsLineValue( PlayerNumber pn, int iLine )
switch( iLine )
{
case 0:
return pProfile->GetDisplayCaloriesBurned();
return pProfile->GetDisplayTotalCaloriesBurned();
case 1:
return ssprintf( "%d", pProfile->GetTotalNumSongsPlayed() ); // fixme
case 2: