#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
@@ -1218,7 +1218,7 @@ void ScreenSelectMusic::AfterMusicChange()
m_fSampleStartSeconds = 0;
m_fSampleLengthSeconds = -1;
g_sBannerPath = pCourse->m_sBannerPath;
g_sBannerPath = pCourse->GetBannerPath();
if( g_sBannerPath.empty() )
m_Banner.LoadFallback();