oops, forgot to commit:
replace GAMESTATE->m_pUnlockingSys with UNLOCKSYS
This commit is contained in:
@@ -91,7 +91,7 @@ ScreenTitleMenu::ScreenTitleMenu() : Screen("ScreenTitleMenu")
|
||||
m_textSongs.Command( SONGS_ON_COMMAND );
|
||||
CString text = ssprintf("%d songs in %d groups, %d courses", SONGMAN->GetNumSongs(), SONGMAN->GetNumGroups(), SONGMAN->GetNumCourses() );
|
||||
if( PREFSMAN->m_bUseUnlockSystem )
|
||||
text += ssprintf(", %d unlocks", GAMESTATE->m_pUnlockingSys->GetNumUnlocks() );
|
||||
text += ssprintf(", %d unlocks", UNLOCKSYS->GetNumUnlocks() );
|
||||
m_textSongs.SetText( text );
|
||||
this->AddChild( &m_textSongs );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user