[splittiming] a function to create steps for the song (259 build errors)

This commit is contained in:
Thai Pangsakulyanont
2011-05-09 22:37:15 +07:00
parent 40651800f0
commit 9384f82ccd
3 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ bool SMLoader::LoadFromSMFile( const RString &sPath, Song &out, bool bFromCache
}
out.m_Timing.m_sFile = sPath;
LoadTimingFromSMFile( msd, out.m_Timing );
LoadTimingFromSMFile( msd, out.m_SongTiming );
for( unsigned i=0; i<msd.GetNumValues(); i++ )
{