some commenting and cleanup

This commit is contained in:
AJ Kelly
2010-05-30 22:49:44 -05:00
parent 9a29217752
commit 59b481eaba
4 changed files with 10 additions and 25 deletions
+2 -2
View File
@@ -90,7 +90,7 @@ void StepsDisplayList::LoadFromNode( const XNode* pNode )
int StepsDisplayList::GetCurrentRowIndex( PlayerNumber pn ) const
{
Difficulty ClosestDifficulty = GAMESTATE->GetClosestShownDifficulty(pn);
for( unsigned i=0; i<m_Rows.size(); i++ )
{
const Row &row = m_Rows[i];
@@ -106,7 +106,7 @@ int StepsDisplayList::GetCurrentRowIndex( PlayerNumber pn ) const
return i;
}
}
return 0;
}