fix weird botched merge
This commit is contained in:
@@ -125,9 +125,9 @@ ScreenSelectMusic::ScreenSelectMusic( CString sClassName ) : Screen( sClassName
|
||||
SET_XY( m_BPMDisplay );
|
||||
this->AddChild( &m_BPMDisplay );
|
||||
|
||||
m_DifficultyMeter[p].SetName( "DifficultyMeter", ssprintf("MeterP%d",p+1) );
|
||||
m_DifficultyMeter[p].Load();
|
||||
SET_XY_AND_ON_COMMAND( m_DifficultyMeter[p] );
|
||||
m_DifficultyDisplay.SetName( "DifficultyDisplay" );
|
||||
m_DifficultyDisplay.EnableShadow( false );
|
||||
SET_XY( m_DifficultyDisplay );
|
||||
this->AddChild( &m_DifficultyDisplay );
|
||||
|
||||
{
|
||||
@@ -213,9 +213,9 @@ ScreenSelectMusic::ScreenSelectMusic( CString sClassName ) : Screen( sClassName
|
||||
SET_XY( m_sprMeterFrame[p] );
|
||||
this->AddChild( &m_sprMeterFrame[p] );
|
||||
|
||||
m_DifficultyMeter[p].SetName( ssprintf("MeterP%d",p+1) );
|
||||
m_DifficultyMeter[p].SetShadowLength( 2 );
|
||||
SET_XY( m_DifficultyMeter[p] );
|
||||
m_DifficultyMeter[p].SetName( "DifficultyMeter", ssprintf("MeterP%d",p+1) );
|
||||
m_DifficultyMeter[p].Load();
|
||||
SET_XY_AND_ON_COMMAND( m_DifficultyMeter[p] );
|
||||
this->AddChild( &m_DifficultyMeter[p] );
|
||||
|
||||
m_sprHighScoreFrame[p].SetName( ssprintf("ScoreFrameP%d",p+1) );
|
||||
|
||||
Reference in New Issue
Block a user