const
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
|||||||
void UpdateComboList( float fSecond, bool rollover );
|
void UpdateComboList( float fSecond, bool rollover );
|
||||||
Combo_t GetMaxCombo() const;
|
Combo_t GetMaxCombo() const;
|
||||||
|
|
||||||
float GetSurvivalSeconds() { return fAliveSeconds + fLifeRemainingSeconds; }
|
float GetSurvivalSeconds() const { return fAliveSeconds + fLifeRemainingSeconds; }
|
||||||
|
|
||||||
// Final results:
|
// Final results:
|
||||||
void CalcAwards( PlayerNumber p, bool bGaveUp, bool bUsedAutoplay );
|
void CalcAwards( PlayerNumber p, bool bGaveUp, bool bUsedAutoplay );
|
||||||
|
|||||||
Reference in New Issue
Block a user