From 63e47ab251ce5ca532e9b268cec6b79ab94268dc Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 26 May 2004 07:16:22 +0000 Subject: [PATCH] fix wrong defalt player name shown --- stepmania/src/ScreenOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index f7c09cd315..3acf931817 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -396,7 +396,7 @@ void ScreenOptions::Init( InputMode im, OptionRowData OptionRows[], int iNumOpti * the player name is meaningful. Otherwise, we're probably in the system menu. */ if( GAMESTATE->m_CurStyle != STYLE_INVALID ) { - FOREACH_PlayerNumber( p ) + FOREACH_HumanPlayer( p ) { m_textPlayerName[p].LoadFromFont( THEME->GetPathToF( "ScreenOptions player") ); m_textPlayerName[p].SetName( ssprintf("PlayerNameP%i",p+1) );