SONGMAN API change.

This commit is contained in:
Steve Checkoway
2007-04-07 05:11:47 +00:00
parent 54035d6334
commit ef22ba5d57
12 changed files with 20 additions and 35 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ void ScreenOptionsEditCourse::BeginScreen()
ASSERT( GAMESTATE->m_pCurCourse );
Course *pCourse = GAMESTATE->m_pCurCourse;
m_Original = *pCourse;
SONGMAN->GetSongs( m_vpDisplayedSongs );
m_vpDisplayedSongs = SONGMAN->GetSongs();
vector<OptionRowHandler*> vHands;