Skip to content

Commit

Permalink
coopy pooster goofers
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Dec 6, 2018
1 parent 08f7b9e commit f88a497
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Song.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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...");

Expand Down

0 comments on commit f88a497

Please sign in to comment.