[splittiming] Right, we store ints.

This commit is contained in:
Jason Felds
2011-05-11 17:13:22 -04:00
parent 7dd4869344
commit 04d45bca1c
+1 -1
View File
@@ -194,7 +194,7 @@ static bool LoadFromKSFFile( const RString &sPath, Steps &out, const Song &song,
RString temp = sRowString.substr(2,sRowString.size()-3);
newTick = StringToInt(temp);
bTickChangeNeeded = true;
out.m_Timing.AddTickcountSegment(TickcountSegment(fCurBeat, newTick));
out.m_Timing.AddTickcountSegment(TickcountSegment(BeatToNoteRow(fCurBeat), newTick));
continue;
}
else