Don't fill in new Profiles with a hard-coded "NoName". Let ScreenSystemLayer fill in blank name from metrics.
This commit is contained in:
@@ -156,7 +156,7 @@ CString Profile::GetDisplayName() const
|
||||
else if( !m_sLastUsedHighScoreName.empty() )
|
||||
return m_sLastUsedHighScoreName;
|
||||
else
|
||||
return "NoName";
|
||||
return "";
|
||||
}
|
||||
|
||||
static CString FormatCalories( float fCals )
|
||||
|
||||
Reference in New Issue
Block a user