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
+3 -1
View File
@@ -79,7 +79,7 @@ void CourseEntryDisplay::LoadFromTrailEntry( int iNum, const TrailEntry *tes[NUM
if( te == NULL )
return;
if( te->bMystery )
if( te->bSecret )
{
FOREACH_EnabledPlayer(pn)
{
@@ -96,7 +96,9 @@ void CourseEntryDisplay::LoadFromTrailEntry( int iNum, const TrailEntry *tes[NUM
SetDifficulty( pn, ssprintf(iLow==iHigh?"%d":"%d-%d", iLow, iHigh), colorNotes );
}
else
{
SetDifficulty( pn, "?", SONGMAN->GetDifficultyColor( dc ) );
}
}
m_TextBanner.LoadFromString( "??????????", "??????????", "", "", "", "" );