change SongEntry to UnlockEntry

This commit is contained in:
Andrew Wong
2003-08-11 20:57:57 +00:00
parent c94325c088
commit 6812cbfd7a
4 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ ScreenSelectGroup::ScreenSelectGroup() : Screen("ScreenSelectGroup")
// check if song is locked
if (PREFSMAN->m_bUseUnlockSystem)
{
SongEntry* m_UnlockSong = GAMESTATE->m_pUnlockingSys->FindSong( aAllSongs[j] );
UnlockEntry* m_UnlockSong = GAMESTATE->m_pUnlockingSys->FindSong( aAllSongs[j] );
if (m_UnlockSong)
DisplaySong = (m_UnlockSong->SelectableWheel());