We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924d3fb commit cbd0ed7Copy full SHA for cbd0ed7
src/LifeMeterBar.cpp
@@ -28,7 +28,6 @@ LifeMeterBar::LifeMeterBar()
28
FORCE_LIFE_DIFFICULTY_ON_EXTRA_STAGE.Load ("LifeMeterBar","ForceLifeDifficultyOnExtraStage");
29
EXTRA_STAGE_LIFE_DIFFICULTY.Load ("LifeMeterBar","ExtraStageLifeDifficulty");
30
m_fLifePercentChange.Load( "LifeMeterBar", LIFE_PERCENT_CHANGE_NAME, NUM_ScoreEvent );
31
- m_fLifePercentChange.
32
m_pPlayerState = NULL;
33
34
const RString sType = "LifeMeterBar";
0 commit comments