very very small edits to notesloader KSF

This commit is contained in:
AJ Kelly
2010-08-22 17:07:55 -05:00
parent de93972352
commit a7c8cc32f0
+2 -2
View File
@@ -579,7 +579,7 @@ static bool LoadGlobalData( const RString &sPath, Song &out, bool &bKIUCompliant
} }
else if (BeginsWith(NoteRowString, "|E")) else if (BeginsWith(NoteRowString, "|E"))
{ {
//Finally! the |E| tag is working as it should. I can die happy now -DaisuMaster // Finally! the |E| tag is working as it should. I can die happy now -DaisuMaster
bool bDelay = true; bool bDelay = true;
float fCurDelay = 60 / out.m_Timing.GetBPMAtBeat(fCurBeat) * (float)numTemp / iTickCount; float fCurDelay = 60 / out.m_Timing.GetBPMAtBeat(fCurBeat) * (float)numTemp / iTickCount;
fCurDelay += out.m_Timing.GetStopAtRow(BeatToNoteRow(fCurBeat), bDelay); fCurDelay += out.m_Timing.GetStopAtRow(BeatToNoteRow(fCurBeat), bDelay);
@@ -597,7 +597,7 @@ static bool LoadGlobalData( const RString &sPath, Song &out, bool &bKIUCompliant
} }
else else
{ {
//ignore whatever else... // ignore whatever else...
continue; continue;
} }