fix some GameCommand use on P2

This commit is contained in:
Glenn Maynard
2007-06-20 15:17:52 +00:00
parent b37dddc1a9
commit fcbe9bd8ae
+1 -1
View File
@@ -1273,7 +1273,7 @@ public:
} }
virtual int ExportOption( const vector<PlayerNumber> &vpns, const vector<bool> vbSelected[NUM_PLAYERS] ) const virtual int ExportOption( const vector<PlayerNumber> &vpns, const vector<bool> vbSelected[NUM_PLAYERS] ) const
{ {
if( vbSelected[PLAYER_1][0] ) if( vbSelected[PLAYER_1][0] || vbSelected[PLAYER_2][0] )
m_gc.ApplyToAllPlayers(); m_gc.ApplyToAllPlayers();
return 0; return 0;
} }