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