Remove MAX_BEATS.

This commit is contained in:
Glenn Maynard
2003-03-06 22:51:30 +00:00
parent 2f7c8a0c2e
commit f64f210ca1
-2
View File
@@ -49,9 +49,7 @@ enum
MAX_NOTE_TRACKS // leave this at the end
};
const int MAX_BEATS = 3000; // J-Paradise has about 2120
const int BEATS_PER_MEASURE = 4;
const int ROWS_PER_BEAT = 24; // It is important that this number is evenly divisible by 2, 3, and 4.
const int ROWS_PER_MEASURE = ROWS_PER_BEAT * BEATS_PER_MEASURE;