cache all courses

This commit is contained in:
Glenn Maynard
2005-03-19 11:52:14 +00:00
parent 30d3c72cc0
commit 3d7325b457
3 changed files with 1 additions and 16 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ void Course::LoadFromCRSFile( CString sPath )
FOREACH_CourseDifficulty( cd )
{
Trail *pTrail = GetTrail( st, cd );
if( pTrail == NULL || !pTrail->SlowGetRadarValues() )
if( pTrail == NULL )
continue;
RadarValues rv = pTrail->GetRadarValues();