mystery -> secret

This commit is contained in:
Chris Danford
2005-03-10 22:54:55 +00:00
parent ef68b4acdd
commit 2957b7939f
10 changed files with 31 additions and 27 deletions
+4 -2
View File
@@ -1641,11 +1641,13 @@ void ScreenSelectMusic::AfterMusicChange()
FOREACH_CONST( TrailEntry, pTrail->m_vEntries, e )
{
if( e->bMystery )
if( e->bSecret )
{
m_Artists.push_back( "???" );
m_AltArtists.push_back( "???" );
} else {
}
else
{
m_Artists.push_back( e->pSong->GetDisplayArtist() );
m_AltArtists.push_back( e->pSong->GetTranslitArtist() );
}