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