From 2f9d366778fd5334b5eb161eb5a94d8d01215a5d Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 9 Mar 2018 21:41:03 -0300 Subject: [PATCH] Fix songcache error on song simfile path --- src/SongCacheIndex.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SongCacheIndex.cpp b/src/SongCacheIndex.cpp index c791cb2b38..21bbfca25d 100644 --- a/src/SongCacheIndex.cpp +++ b/src/SongCacheIndex.cpp @@ -990,7 +990,6 @@ inline pair SongCacheIndex::SongFromStatement(Song* song, SQLite:: } song->m_SongTiming.m_sFile = dir; // songs still have their fallback timing. - song->m_sSongFileName = dir; song->m_fVersion = STEPFILE_VERSION_NUMBER; SMLoader::TidyUpData(*song, true);