From f64f210ca1aeeabfa700314f0acffe609aa3c22e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 6 Mar 2003 22:51:30 +0000 Subject: [PATCH] Remove MAX_BEATS. --- stepmania/src/NoteTypes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/NoteTypes.h b/stepmania/src/NoteTypes.h index e68f37d0de..15cfb7b957 100644 --- a/stepmania/src/NoteTypes.h +++ b/stepmania/src/NoteTypes.h @@ -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;