CshVS: ----------------------------------------------------------------------

This commit is contained in:
Glenn Maynard
2004-01-20 01:11:47 +00:00
parent c1212def03
commit 2dfe29c249
+2 -2
View File
@@ -1420,10 +1420,10 @@ void ScreenSelectMusic::UpdateOptionsDisplays()
for( int p=0; p<NUM_PLAYERS; p++ ) for( int p=0; p<NUM_PLAYERS; p++ )
{ {
m_OptionIconRow[p].Refresh();
if( GAMESTATE->IsHumanPlayer(p) ) if( GAMESTATE->IsHumanPlayer(p) )
{ {
m_OptionIconRow[p].Refresh();
CString s = GAMESTATE->m_PlayerOptions[p].GetString(); CString s = GAMESTATE->m_PlayerOptions[p].GetString();
s.Replace( ", ", "\n" ); s.Replace( ", ", "\n" );
// m_textPlayerOptions[p].SetText( s ); // m_textPlayerOptions[p].SetText( s );