const fix
This commit is contained in:
@@ -74,7 +74,7 @@ void StageStats::AddStats( const StageStats& other )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Grade StageStats::GetGrade( PlayerNumber pn )
|
Grade StageStats::GetGrade( PlayerNumber pn ) const
|
||||||
{
|
{
|
||||||
ASSERT( GAMESTATE->IsPlayerEnabled(pn) ); // shouldn't be calling this is player isn't joined!
|
ASSERT( GAMESTATE->IsPlayerEnabled(pn) ); // shouldn't be calling this is player isn't joined!
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ struct StageStats
|
|||||||
{
|
{
|
||||||
StageStats();
|
StageStats();
|
||||||
void AddStats( const StageStats& other ); // accumulate
|
void AddStats( const StageStats& other ); // accumulate
|
||||||
Grade GetGrade( PlayerNumber pn );
|
Grade GetGrade( PlayerNumber pn ) const;
|
||||||
bool OnePassed() const;
|
bool OnePassed() const;
|
||||||
bool AllFailed() const;
|
bool AllFailed() const;
|
||||||
float GetPercentDancePoints( PlayerNumber pn ) const;
|
float GetPercentDancePoints( PlayerNumber pn ) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user