This commit is contained in:
Glenn Maynard
2006-01-15 08:35:08 +00:00
parent 51079573e2
commit eb0789f057
+1 -3
View File
@@ -599,14 +599,12 @@ void ScreenOptions::HandleScreenMessage( const ScreenMessage SM )
this->BeginFadingOut();
}
else if( SM == SM_ExportOptions )
{
for( unsigned r=0; r<m_pRows.size(); r++ ) // foreach row
{
vector<PlayerNumber> vpns;
FOREACH_HumanPlayer( p )
vpns.push_back( p );
for( unsigned r=0; r<m_pRows.size(); r++ ) // foreach row
this->ExportOptions( r, vpns );
}
this->HandleScreenMessage( SM_GoToNextScreen );
}
else if( SM == SM_BeginFadingOut )