pump couples; fix style counts

(fallback not used yet)
This commit is contained in:
Glenn Maynard
2002-09-09 23:15:43 +00:00
parent ffb9c8a562
commit 7a459c7e50
6 changed files with 199 additions and 16 deletions
+5 -3
View File
@@ -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;