naming cleanups

This commit is contained in:
Glenn Maynard
2006-09-26 20:49:10 +00:00
parent b9a189711e
commit e531249704
10 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1536,7 +1536,7 @@ void Profile::LoadCategoryScoresFromNode( const XNode* pCategoryScores )
if( !pRadarCategory->GetAttrValue( "Type", str ) )
WARN_AND_CONTINUE;
RankingCategory rc = StringToRankingCategory( str );
if( rc == RANKING_INVALID )
if( rc == RankingCategory_Invalid )
WARN_AND_CONTINUE_M( str );
const XNode *pHighScoreListNode = pRadarCategory->GetChild("HighScoreList");