From ecaee24102e739933aee7dd344bcff8c27903ff4 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 21 Aug 2011 19:35:51 -0500 Subject: [PATCH] I'm dumb :( --- src/Course.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Course.cpp b/src/Course.cpp index ec6d67057b..0a5966c01b 100644 --- a/src/Course.cpp +++ b/src/Course.cpp @@ -884,7 +884,7 @@ RString Course::GetBackgroundPath() const 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 + RString("-bg"); + return Dirname(m_sPath) + m_sBackgroundPath; } bool Course::HasBanner() const