remove DEFAULT_RANKING_NAME. Empty string means "no name", and the default name should always be empty.

This commit is contained in:
Chris Danford
2004-02-11 04:06:27 +00:00
parent ae683f8293
commit 5e39cb5471
4 changed files with 2 additions and 8 deletions
-3
View File
@@ -422,9 +422,6 @@ void ScreenNameEntry::MenuStart( PlayerNumber pn )
TrimRight( m_sSelectedName[pn], " " );
TrimLeft( m_sSelectedName[pn], " " );
if( m_sSelectedName[pn] == "" )
m_sSelectedName[pn] = DEFAULT_RANKING_NAME;
GAMESTATE->StoreRankingName( pn, m_sSelectedName[pn] );
// save last used ranking name