Add No-Recover and Sudden-Death drain modes. They don't start the

lifemeter at full yet, I think because LifeMeterPills' constructor
is getting called before the options are exported-- it looks like
it should've worked...

There's also some pngs and stuff that CVS is insisiting I check
in, even though I never modified them, hopefully this doesn't
clobber anything
This commit is contained in:
Jared Roberts
2002-04-02 22:22:54 +00:00
parent 8d8fb0a676
commit be1a1efd18
2 changed files with 8306 additions and 2204 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ const float SCORE_Y = SCREEN_HEIGHT - 40;
const float HOLD_ARROW_NG_TIME = 0.27f;
Player::Player()
Player::Player() :
m_PlayerOptions(),
m_LifeMeter(m_PlayerOptions)
{
m_fSongBeat = 0;
+8303 -2203
View File
File diff suppressed because it is too large Load Diff