fix "can't hit taps on same line as mines"
move life deltas to prefs separate life delta for stepping on a mine
This commit is contained in:
@@ -135,6 +135,15 @@ void LifeMeterBattery::ChangeLife( HoldNoteScore score, TapNoteScore tscore )
|
||||
}
|
||||
}
|
||||
|
||||
void LifeMeterBattery::ChangeLife( float fDeltaLifePercent )
|
||||
{
|
||||
}
|
||||
|
||||
void LifeMeterBattery::ChangeLifeMine()
|
||||
{
|
||||
ChangeLife( TNS_MISS ); // same as a miss
|
||||
}
|
||||
|
||||
void LifeMeterBattery::OnDancePointsChange()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user