[HighScore] Added Max Combo, Stage Award and Peak Award. New Lua bindings for HighScore: GetMaxCombo(), GetStageAward(), GetPeakComboAward().

This commit is contained in:
AJ Kelly
2012-02-15 04:12:03 -06:00
parent 377b10df91
commit 37c73feae8
4 changed files with 43 additions and 2 deletions
+3
View File
@@ -135,6 +135,9 @@ static HighScore FillInHighScore( const PlayerStageStats &pss, const PlayerState
hs.SetScore( pss.m_iScore );
hs.SetPercentDP( pss.GetPercentDancePoints() );
hs.SetAliveSeconds( pss.m_fAliveSeconds );
hs.SetMaxCombo( pss.GetMaxCombo().m_cnt );
hs.SetStageAward( pss.m_StageAward );
hs.SetPeakComboAward( pss.m_PeakComboAward );
vector<RString> asModifiers;
{