just a small comment thing

This commit is contained in:
AJ Kelly
2011-08-17 16:26:52 -05:00
parent 70c5a64dd2
commit 15aca13973
+2 -3
View File
@@ -189,9 +189,8 @@ void StageStats::FinalizeScores( bool bSummary )
// generate a HighScore for each player
// whether or not to save scores when the stage was failed
// depends on if this is a course or not ... it's handled
// below in the switch
// whether or not to save scores when the stage was failed depends on if this
// is a course or not... it's handled below in the switch.
FOREACH_HumanPlayer( p )
{
RString sPlayerGuid = PROFILEMAN->IsPersistentProfile(p) ? PROFILEMAN->GetProfile(p)->m_sGuid : RString("");