This commit is contained in:
Glenn Maynard
2004-06-03 20:28:09 +00:00
parent fe4ffc61fd
commit fd43aec354
+1
View File
@@ -546,6 +546,7 @@ CString ScreenOptions::GetExplanationTitle( int iRow ) const
Course *pCourse = GAMESTATE->m_pCurCourse;
StepsType st = GAMESTATE->GetCurrentStyleDef()->m_StepsType;
Trail* pTrail = pCourse->GetTrail(st,COURSE_DIFFICULTY_REGULAR);
ASSERT( pTrail );
pTrail->GetDisplayBpms( bpms );
}