remove StageStats::AllFailedEarlier
This commit is contained in:
@@ -117,14 +117,6 @@ bool StageStats::AllFailed() const
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool StageStats::AllFailedEarlier() const
|
|
||||||
{
|
|
||||||
FOREACH_EnabledPlayer( p )
|
|
||||||
if( !m_player[p].bFailedEarlier )
|
|
||||||
return false;
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
float StageStats::GetTotalPossibleStepsSeconds() const
|
float StageStats::GetTotalPossibleStepsSeconds() const
|
||||||
{
|
{
|
||||||
float fSecs = 0;
|
float fSecs = 0;
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ public:
|
|||||||
|
|
||||||
bool OnePassed() const;
|
bool OnePassed() const;
|
||||||
bool AllFailed() const;
|
bool AllFailed() const;
|
||||||
bool AllFailedEarlier() const;
|
|
||||||
|
|
||||||
int GetAverageMeter( PlayerNumber pn ) const;
|
int GetAverageMeter( PlayerNumber pn ) const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user