I hate when I miss small things.

This commit is contained in:
AJ Kelly
2011-08-21 19:36:18 -05:00
parent ecaee24102
commit 39f3a978eb
-2
View File
@@ -882,8 +882,6 @@ RString Course::GetBackgroundPath() const
return RString();
if( m_sBackgroundPath[0] == '/' )
return m_sBackgroundPath;
// add "-bg" on the end to differentiate the background from the banner.
// This is based on traditional file naming found in most song files. -aj
return Dirname(m_sPath) + m_sBackgroundPath;
}