remove DEFAULT_RANKING_NAME. Empty string means "no name", and the default name should always be empty.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user