This commit is contained in:
Chris Danford
2005-01-07 02:07:10 +00:00
parent 9b4bb706e6
commit 31ea9c7bc4
4 changed files with 45 additions and 50 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ void HighScoreList::LoadFromNode( const XNode* pNode )
Init();
ASSERT( pNode->name == "HighScoreList" );
for( XNodes::const_iterator child = pNode->childs.begin();
for( vector<XNode*>::const_iterator child = pNode->childs.begin();
child != pNode->childs.end();
child++)
{