This commit is contained in:
Glenn Maynard
2006-07-07 18:46:08 +00:00
parent 7f463daafe
commit fce700c034
+1 -1
View File
@@ -103,7 +103,7 @@ public:
void UpdateComboList( float fSecond, bool rollover );
Combo_t GetMaxCombo() const;
float GetSurvivalSeconds() { return fAliveSeconds + fLifeRemainingSeconds; }
float GetSurvivalSeconds() const { return fAliveSeconds + fLifeRemainingSeconds; }
// Final results:
void CalcAwards( PlayerNumber p, bool bGaveUp, bool bUsedAutoplay );