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 -5
View File
@@ -54,11 +54,7 @@ void EditMenu::StripLockedStepsAndDifficulty( vector<StepsAndDifficulty> &v )
void EditMenu::GetSongsToShowForGroup( const RString &sGroup, vector<Song*> &vpSongsOut )
{
vpSongsOut.clear();
if( !SHOW_GROUPS.GetValue() )
SONGMAN->GetSongs( vpSongsOut );
else
SONGMAN->GetSongs( vpSongsOut, sGroup );
vpSongsOut = SONGMAN->GetSongs( SHOW_GROUPS.GetValue()? sGroup:GROUP_ALL );
switch( EDIT_MODE.GetValue() )
{
case EditMode_Practice: