Don't track the individual stage with Stage; use the stage index for that.

(Reducing the usage of the "stage" concept.  It conflicts with overlapped
play.)
This commit is contained in:
Glenn Maynard
2007-04-25 01:11:50 +00:00
parent 1c203eb4f6
commit ccc19fa60b
4 changed files with 6 additions and 31 deletions
+1 -7
View File
@@ -441,13 +441,7 @@ LuaDeclareType( EditMode );
enum Stage
{
STAGE_1,
STAGE_2,
STAGE_3,
STAGE_4,
STAGE_5,
STAGE_6,
STAGE_FINAL,
STAGE_NORMAL,
STAGE_EXTRA1,
STAGE_EXTRA2,
STAGE_NONSTOP,