return NULL -> return CString() for clarity and efficiency
This commit is contained in:
@@ -185,7 +185,7 @@ CString Profile::GetDisplayNameOrHighScoreName() const
|
||||
else if( !m_sLastUsedHighScoreName.empty() )
|
||||
return m_sLastUsedHighScoreName;
|
||||
else
|
||||
return NULL;
|
||||
return CString();
|
||||
}
|
||||
|
||||
Character *Profile::GetCharacter() const
|
||||
|
||||
Reference in New Issue
Block a user