Files
itgmania212121/stepmania
Glenn Maynard 4c406c9123 We have:
LifeMeter->IsFailing()
    -- whether the player would fail if a failure check was made right now
  bFailedEarlier
    -- whether the player was failing at some point
  bFailed
    -- whether the player actually failed

bFailedEarlier is set even in FailOff, but other than that the two
are identical.  Most of the time, use bFailed; in FailOff, the player
should never fail, so bFailedEarlier should be meaningless.
2006-11-09 08:16:34 +00:00
..
2006-09-25 08:25:50 +00:00
2006-11-02 05:42:47 +00:00
…
2006-10-17 08:58:26 +00:00
2006-10-14 22:20:24 +00:00
2006-11-09 08:16:34 +00:00
2006-11-02 04:36:05 +00:00
2006-10-08 21:04:22 +00:00