pump couples; fix style counts
(fallback not used yet)
This commit is contained in:
@@ -22,6 +22,9 @@ enum Style
|
||||
STYLE_PUMP_SINGLE,
|
||||
STYLE_PUMP_VERSUS,
|
||||
STYLE_PUMP_DOUBLE,
|
||||
STYLE_PUMP_COUPLE,
|
||||
STYLE_PUMP_EDIT_COUPLE_1,
|
||||
STYLE_PUMP_EDIT_COUPLE_2,
|
||||
STYLE_EZ2_SINGLE,
|
||||
STYLE_EZ2_SINGLE_HARD,
|
||||
STYLE_EZ2_DOUBLE,
|
||||
@@ -32,11 +35,10 @@ enum Style
|
||||
STYLE_PARA_SINGLE,
|
||||
NUM_STYLES, // leave this at the end
|
||||
STYLE_NONE,
|
||||
STYLE_PUMP_COUPLE,
|
||||
};
|
||||
|
||||
const int NUM_DANCE_STYLES = 6;
|
||||
const int NUM_PUMP_STYLES = 3;
|
||||
const int NUM_DANCE_STYLES = 7;
|
||||
const int NUM_PUMP_STYLES = 6;
|
||||
const int NUM_EZ2_STYLES = 7;
|
||||
const int NUM_PARA_STYLES = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user