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
View File
@@ -574,6 +574,7 @@ bool PlayerOptions::IsEasierForSongAndSteps( Song* pSong, Steps* pSteps )
bool PlayerOptions::IsEasierForCourse( Course* pCourse, StepsType st, CourseDifficulty cd )
{
ASSERT( pCourse );
Trail *pTrail = pCourse->GetTrail( st, cd );
FOREACH_CONST( TrailEntry, pTrail->m_vEntries, e )