Files
itgmania212121/stepmania
Steve Checkoway a5b9861532 Encapsulate extra stage logic. The condition of HasEarnedExtraStage() remains true (if it was earned) after the call to FinishStage() until the next BeginStage().
I still don't completely like this because after FinishStage(), if an extra stage has been earned, it is immediately in that stage which is sort of strange for SEval. Even worse, if an extra stage was earned in the past but not for the current stage, then the stage doesn't change. (E.g., earn extra stage but not second extra stage, or earn second extra stage.) So once an extra stage has been earned, SEval will be called twice for the same stage. A per-player  m_iExtraStagesPlayed could be added to fix this, but it doesn't seem worth it.
2007-08-11 20:43:01 +00:00
..
2007-08-07 12:26:57 +00:00
2007-08-11 19:57:57 +00:00
2007-03-21 05:53:39 +00:00
2007-08-04 23:19:36 +00:00
2007-08-09 19:37:36 +00:00
2007-01-24 04:41:18 +00:00
2007-05-27 07:25:48 +00:00
2007-07-28 02:39:40 +00:00