different difficulty metrics for the editor

This commit is contained in:
Glenn Maynard
2003-11-15 00:27:15 +00:00
parent 6828c3bd07
commit 2a00b0a23e
+2 -2
View File
@@ -91,12 +91,12 @@ EditMenu::EditMenu()
m_SongTextBanner.SetXY( SONG_TEXT_BANNER_X, SONG_TEXT_BANNER_Y );
this->AddChild( &m_SongTextBanner );
m_Meter.SetName( "DifficultyMeter" );
m_Meter.SetName( "EditDifficultyMeter", "DifficultyMeter" );
m_Meter.SetXY( METER_X, METER_Y );
m_Meter.Load();
this->AddChild( &m_Meter );
m_SourceMeter.SetName( "DifficultyMeter" );
m_SourceMeter.SetName( "EditDifficultyMeter", "DifficultyMeter" );
m_SourceMeter.SetXY( SOURCE_METER_X, SOURCE_METER_Y );
m_SourceMeter.Load();
this->AddChild( &m_SourceMeter );