fix "together" row flag

This commit is contained in:
Chris Danford
2004-03-14 18:51:03 +00:00
parent 063c2cf3a4
commit 4727e5e923
2 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -146,7 +146,8 @@ protected:
}
void SetOneSharedSelection( int iChoice )
{
SetOneSelection( (PlayerNumber)0, iChoice );
FOREACH_HumanPlayer( pn )
SetOneSelection( pn, iChoice );
}
};
vector<Row*> m_Rows;