Spacing cleanup.

This commit is contained in:
Steve Checkoway
2006-06-16 22:09:39 +00:00
parent 935df3cb0b
commit d8824e36a4
2 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ NoteType GetNoteType( int row )
else if( row % (ROWS_PER_MEASURE/32) == 0) return NOTE_TYPE_32ND;
else if( row % (ROWS_PER_MEASURE/48) == 0) return NOTE_TYPE_48TH;
else if( row % (ROWS_PER_MEASURE/64) == 0) return NOTE_TYPE_64TH;
else return NOTE_TYPE_INVALID;
else return NOTE_TYPE_INVALID;
};
NoteType BeatToNoteType( float fBeat )