GetAllSongs() -> GetSongs().
This commit is contained in:
@@ -199,7 +199,7 @@ void ScreenNetSelectMusic::HandleScreenMessage( const ScreenMessage SM )
|
||||
}
|
||||
}
|
||||
|
||||
vector <Song *> AllSongs = SONGMAN->GetAllSongs();
|
||||
vector <Song *> AllSongs = SONGMAN->GetSongs();
|
||||
unsigned i;
|
||||
for( i=0; i < AllSongs.size(); i++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user