From 07bc79ed35cfd0d9629881ec09d6b50c2bd844bc Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 2 May 2004 10:37:07 +0000 Subject: [PATCH] show name to fill marker instead of "YOU" for new high scores --- stepmania/src/PaneDisplay.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stepmania/src/PaneDisplay.cpp b/stepmania/src/PaneDisplay.cpp index f32df37864..47e6660cbd 100644 --- a/stepmania/src/PaneDisplay.cpp +++ b/stepmania/src/PaneDisplay.cpp @@ -300,12 +300,6 @@ void PaneDisplay::SetContent( PaneContents c ) int p; - /* If this is a high score name that was set during this game, use "YOU". - * The players name might be too long and overlap the label. */ - for( p=0; p < NUM_PLAYERS; ++p ) - if( str == RANKING_TO_FILL_IN_MARKER[p] ) - str = "YOU"; // TODO: move this to a metric //PROFILEMAN->GetPlayerName( (PlayerNumber)p ); - m_textContents[c].SetText( str ); const int num = NUM_ITEM_COLORS( g_Contents[c].name );