Changed Notes difficulty/description in preparation for edit selection system

This commit is contained in:
Chris Danford
2003-01-21 22:23:01 +00:00
parent 779f1b829c
commit ac391552fd
22 changed files with 292 additions and 206 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ ScreenSelectMusic::ScreenSelectMusic()
m_sprDifficultyFrame[p].SetState( p );
this->AddChild( &m_sprDifficultyFrame[p] );
m_DifficultyIcon[p].Load( THEME->GetPathTo("graphics","select music difficulty icons 1x6") );
m_DifficultyIcon[p].Load( THEME->GetPathTo("graphics","select music difficulty icons 1x5") );
m_DifficultyIcon[p].SetXY( DIFFICULTY_ICON_X(p), DIFFICULTY_ICON_Y(p) );
this->AddChild( &m_DifficultyIcon[p] );