No metronome for row -1. Fixes a crash in NoteRowToMeasureAndBeat().

This commit is contained in:
Steve Checkoway
2007-11-24 22:33:59 +00:00
parent c8b81a6075
commit 270e09d9bc
+1 -1
View File
@@ -56,7 +56,7 @@ void GameplayAssist::PlayTicks( const NoteData &nd )
}
}
if( bMetronome )
if( bMetronome && iRowLastCrossed != -1 )
{
//iRowLastCrossed+1, iSongRow+1