[splittiming] Fix #TICKCOUNTS saving improperly.

This commit is contained in:
Jason Felds
2011-05-16 17:32:00 -04:00
parent da7226ed0a
commit 5bfc05c13a
+1 -1
View File
@@ -168,7 +168,7 @@ static bool LoadFromKSFFile( const RString &sPath, Steps &out, const Song &song,
LOG->UserLog( "Song file", sPath, "has an invalid tick count: %d.", iTickCount );
return false;
}
out.m_Timing.AddTickcountSegment(TickcountSegment(0, iTickCount));
stepsTiming.AddTickcountSegment(TickcountSegment(0, iTickCount));
}
else if( sValueName=="DIFFICULTY" )