#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
@@ -367,7 +367,7 @@ RString UnlockEntry::GetBannerFile() const
case UnlockRewardType_Steps:
return m_pSong ? m_pSong->GetBannerPath() : "";
case UnlockRewardType_Course:
return m_pCourse ? m_pCourse->m_sBannerPath : "";
return m_pCourse ? m_pCourse->GetBannerPath() : "";
case UnlockRewardType_Modifier:
return "";
}