This commit is contained in:
Glenn Maynard
2006-11-09 07:08:09 +00:00
parent 701f9ee5f1
commit d3fb4047d2
+1 -1
View File
@@ -2340,7 +2340,7 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM )
if( !pi->GetPlayerStageStats()->bFailed )
pi->GetPlayerStageStats()->iSongsPassed++;
// set a life record at the point of failue
// set a life record at the point of failure
if( pi->GetPlayerStageStats()->bFailed )
pi->GetPlayerStageStats()->SetLifeRecordAt( 0, STATSMAN->m_CurStageStats.fGameplaySeconds );
}