Pass the initial tap note score to ChangeLife for hold notes; it's needed to

handle Oni penalties correctly. (not actually doing that yet)
This commit is contained in:
Glenn Maynard
2002-10-12 22:04:44 +00:00
parent 5f5ed86c7e
commit 064d3f2230
6 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ void LifeMeterBar::ChangeLife( TapNoteScore score )
m_fLifeVelocity += fDeltaLife;
}
void LifeMeterBar::ChangeLife( HoldNoteScore score )
void LifeMeterBar::ChangeLife( HoldNoteScore score, TapNoteScore tscore )
{
}