Add and use accessors for most of Notes.
Don't autogen data until it's needed.
This commit is contained in:
@@ -303,7 +303,7 @@ MusicWheel::MusicWheel()
|
||||
m_ScrollBar.SetBarHeight( SCROLL_BAR_HEIGHT );
|
||||
this->AddChild( &m_ScrollBar );
|
||||
|
||||
m_soundChangeMusic.Load( THEME->GetPathTo("Sounds","select music change music"), 16 );
|
||||
m_soundChangeMusic.Load( THEME->GetPathTo("Sounds","select music change music") );
|
||||
m_soundChangeSort.Load( THEME->GetPathTo("Sounds","select music change sort") );
|
||||
m_soundExpand.Load( THEME->GetPathTo("Sounds","select music section expand") );
|
||||
m_soundStart.Load( THEME->GetPathTo("Sounds","menu start") );
|
||||
|
||||
Reference in New Issue
Block a user