StartIndex -> StartRow

This commit is contained in:
Chris Danford
2007-04-25 22:42:40 +00:00
parent bed13264a1
commit 1b8e2be15f
9 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -456,8 +456,8 @@ void Song::TidyUpData()
}
/* Make sure the first BPM segment starts at beat 0. */
if( m_Timing.m_BPMSegments[0].m_iStartIndex != 0 )
m_Timing.m_BPMSegments[0].m_iStartIndex = 0;
if( m_Timing.m_BPMSegments[0].m_iStartRow != 0 )
m_Timing.m_BPMSegments[0].m_iStartRow = 0;
if( m_fMusicSampleStartSeconds == -1 ||