cleanup: "(PlayerNumber)" -> ""
This commit is contained in:
@@ -80,7 +80,7 @@ ScreenNetSelectMusic::ScreenNetSelectMusic( const CString& sName ) : ScreenNetSe
|
||||
FOREACH_EnabledPlayer( p )
|
||||
{
|
||||
m_OptionIconRow[p].SetName( ssprintf("OptionIconsP%d",p+1) );
|
||||
m_OptionIconRow[p].Load( (PlayerNumber)p );
|
||||
m_OptionIconRow[p].Load( p );
|
||||
m_OptionIconRow[p].Refresh();
|
||||
SET_XY_AND_ON_COMMAND( m_OptionIconRow[p] );
|
||||
this->AddChild( &m_OptionIconRow[p] );
|
||||
@@ -259,7 +259,7 @@ void ScreenNetSelectMusic::HandleScreenMessage( const ScreenMessage SM )
|
||||
//Update changes
|
||||
FOREACH_EnabledPlayer(p)
|
||||
{
|
||||
m_OptionIconRow[p].Load( (PlayerNumber)p );
|
||||
m_OptionIconRow[p].Load( p );
|
||||
m_OptionIconRow[p].Refresh();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user