no message

This commit is contained in:
Chris Danford
2002-06-25 18:44:54 +00:00
parent 07410e1c5a
commit eaa6be3a71
6 changed files with 9 additions and 15 deletions
+1 -4
View File
@@ -710,10 +710,7 @@ void NoteData::SetFromMeasureStrings( CStringArray &arrayMeasureStrings )
CString sNoteLine = arrayNoteLines[l];
sNoteLine.TrimRight();
if( m_iNumTracks == 0 )
m_iNumTracks = sNoteLine.GetLength();
if( m_iNumTracks != sNoteLine.GetLength() )
throw RageException( "Line doesn't have right number of notes." );
m_iNumTracks = max( m_iNumTracks, sNoteLine.GetLength() );
for( int c=0; c<sNoteLine.GetLength(); c++ )
{