fixes for BMS loader, along with commented-out items for other Beatmania modes

This commit is contained in:
Matt Denham
2003-10-28 06:36:11 +00:00
parent 755bab92e5
commit 664524a4e9
6 changed files with 220 additions and 20 deletions
+20
View File
@@ -6,6 +6,7 @@
#include <set>
typedef int DanceNote;
// MD 10/26/03 - this structure is only correct for DDR - use the lower enum instead
enum {
DANCE_NOTE_NONE = 0,
DANCE_NOTE_PAD1_LEFT,
@@ -21,6 +22,25 @@ enum {
DANCE_NOTE_PAD2_UPRIGHT,
DANCE_NOTE_PAD2_RIGHT
};
enum {
BMS_NULL_COLUMN = 0,
BMS_P1_KEY1,
BMS_P1_KEY2,
BMS_P1_KEY3,
BMS_P1_KEY4,
BMS_P1_KEY5,
BMS_P1_TURN,
BMS_P1_KEY6,
BMS_P1_KEY7,
BMS_P2_KEY1,
BMS_P2_KEY2,
BMS_P2_KEY3,
BMS_P2_KEY4,
BMS_P2_KEY5,
BMS_P2_TURN,
BMS_P2_KEY6,
BMS_P2_KEY7,
};
class NotesLoader {
protected: