review uses of GetTrail

This commit is contained in:
Chris Danford
2004-05-24 06:07:59 +00:00
parent d65404e750
commit 6f75a3d920
8 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -733,7 +733,7 @@ bool PrintHighScoresForCourse( RageFile &f, const Profile *pProfile, Course* pCo
{
bool bPrintedAny = false;
for( StepsType st=(StepsType)0; st<NUM_STEPS_TYPES; st=(StepsType)(st+1) )
FOREACH_StepsType( st )
{
FOREACH_ShownCourseDifficulty( cd )
{