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
@@ -415,9 +415,6 @@ void ScreenNameEntryTraditional::Finish( PlayerNumber pn )
TrimRight( selection, " " );
TrimLeft( selection, " " );
if( selection == "" )
selection = DEFAULT_RANKING_NAME;
GAMESTATE->StoreRankingName( pn, selection );
// save last used ranking name