formatting fix

This commit is contained in:
Glenn Maynard
2003-09-27 04:39:12 +00:00
parent 13e1a3767b
commit eec4fb3d78
+1 -1
View File
@@ -46,7 +46,7 @@ ScreenSelectDifficulty::ScreenSelectDifficulty() : ScreenSelect( "ScreenSelectDi
}
unsigned c; // GCC is bitching again.
for( c=0; c<m_aModeChoices.size(); c++ )
for( c=0; c<m_aModeChoices.size(); c++ )
{
if( (int)c < NUM_CHOICES_ON_PAGE_1 )
m_ModeChoices[PAGE_1].push_back( m_aModeChoices[c] );