Skip to content

Commit

Permalink
Fix songcache error on song simfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Mar 27, 2018
1 parent e79f694 commit 2f9d366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SongCacheIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,6 @@ inline pair<RString, int> 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);

Expand Down

0 comments on commit 2f9d366

Please sign in to comment.