optimize UpdateDisqualified: only export options for the current row

This commit is contained in:
Chris Danford
2005-03-13 01:43:44 +00:00
parent e080e9f61b
commit 3ee87782eb
2 changed files with 37 additions and 19 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ private:
void GoToNextScreen();
void GoToPrevScreen();
void UpdateDisqualified( PlayerNumber pn );
vector<bool> m_bRowCausesDisqualified[NUM_PLAYERS];
void UpdateDisqualified( int row, PlayerNumber pn );
bool m_bAcceptedChoices;
bool m_bGoToOptions;