#BANNER tag for course files

This commit is contained in:
Glenn Maynard
2007-05-25 22:26:43 +00:00
parent 5a77e83b8a
commit 7226e5a962
10 changed files with 41 additions and 20 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ void FadingBanner::LoadFromCourse( const Course* pCourse )
/* Don't call HasBanner. That'll do disk access and cause the music wheel
* to skip. */
RString sPath = pCourse->m_sBannerPath;
RString sPath = pCourse->GetBannerPath();
if( sPath.empty() )
LoadCourseFallback();
else