[PercentageDisplay] Remove unused ApplyScoreDisplayOptions metric, added PercentFormat and RemainderFormat metrics.

This commit is contained in:
AJ Kelly
2012-01-05 21:47:42 -06:00
parent 1e0bec5ea8
commit 24f86b2532
3 changed files with 13 additions and 8 deletions
+2 -1
View File
@@ -28,7 +28,6 @@ public:
private:
int m_iDancePointsDigits;
bool m_bUseRemainder;
bool m_bApplyScoreDisplayOptions;
void Refresh();
const PlayerState *m_pPlayerState;
@@ -38,6 +37,8 @@ private:
int m_LastMax;
BitmapText m_textPercent;
BitmapText m_textPercentRemainder;
RString m_sPercentFormat;
RString m_sRemainderFormat;
LuaReference m_FormatPercentScore;
};