Use SONGMAN->FindSong

This commit is contained in:
Glenn Maynard
2003-07-09 05:01:37 +00:00
parent 4602901bbd
commit fc88d69fca
2 changed files with 17 additions and 23 deletions
+2 -3
View File
@@ -44,7 +44,7 @@ struct SongEntry
bool SelectableRoulette();
bool updateLocked(); //updates isLocked flag
Song *GetSong() const;
};
class UnlockSystem
@@ -70,8 +70,7 @@ public:
private:
void SortSongEntriesArray(); // sorts unlocks
bool ParseRow(CString text, CString &type, float &qty, CString &songname);
bool SongIsLocked( CString sSongName );
bool SongIsRoulette( CString sSongName );
SongEntry *FindSong( const Song *pSong );
};