diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index b60c7ed43e..2d1cabd797 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -1420,10 +1420,10 @@ void ScreenSelectMusic::UpdateOptionsDisplays() for( int p=0; pIsHumanPlayer(p) ) { + m_OptionIconRow[p].Refresh(); + CString s = GAMESTATE->m_PlayerOptions[p].GetString(); s.Replace( ", ", "\n" ); // m_textPlayerOptions[p].SetText( s );