This commit is contained in:
Glenn Maynard
2003-12-03 04:29:25 +00:00
parent 0c0f4c2642
commit 2618b4bfdd
+1 -1
View File
@@ -74,7 +74,7 @@ void StageStats::AddStats( const StageStats& other )
Grade StageStats::GetGrade( PlayerNumber pn )
{
ASSERT( GAMESTATE->IsPlayerEnabled(pn) ); // should be calling this is player isn't joined!
ASSERT( GAMESTATE->IsPlayerEnabled(pn) ); // shouldn't be calling this is player isn't joined!
if( bFailedEarlier[pn] )
return GRADE_E;