From f88a4977c234c0172f375ecc8a8ae4279625a7b8 Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Thu, 6 Dec 2018 12:47:18 -0500 Subject: [PATCH] coopy pooster goofers --- src/Song.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Song.cpp b/src/Song.cpp index c6ec1c3a99..9d9e561ec8 100644 --- a/src/Song.cpp +++ b/src/Song.cpp @@ -585,13 +585,13 @@ Song::TidyUpData(bool from_cache, bool /* duringCache */) m_sInstrumentTrackPath[it] = GetSongAssetPath(m_sInstrumentTrackFile[it], m_sSongDir); m_sBannerPath = GetSongAssetPath(m_sBannerFile, m_sSongDir); - m_sJacketPath = GetSongAssetPath(m_sBannerFile, m_sSongDir); - m_sCDPath = GetSongAssetPath(m_sBannerFile, m_sSongDir); - m_sDiscPath = GetSongAssetPath(m_sBannerFile, m_sSongDir); + m_sJacketPath = GetSongAssetPath(m_sJacketFile, m_sSongDir); + m_sCDPath = GetSongAssetPath(m_sCDFile, m_sSongDir); + m_sDiscPath = GetSongAssetPath(m_sDiscFile, m_sSongDir); m_sLyricsPath = GetSongAssetPath(m_sLyricsFile, m_sSongDir); - m_sBackgroundPath = GetSongAssetPath(m_sBannerFile, m_sSongDir); - m_sCDTitlePath = GetSongAssetPath(m_sBannerFile, m_sSongDir); - m_sPreviewVidPath = GetSongAssetPath(m_sBannerFile, m_sSongDir); + m_sBackgroundPath = GetSongAssetPath(m_sBackgroundFile, m_sSongDir); + m_sCDTitlePath = GetSongAssetPath(m_sCDTitleFile, m_sSongDir); + m_sPreviewVidPath = GetSongAssetPath(m_sPreviewVidFile, m_sSongDir); // CHECKPOINT_M("Looking for images...");