fix SM_BackFromPlayerOptions. (hmm: should be generalized ...)

This commit is contained in:
Glenn Maynard
2005-06-25 08:15:28 +00:00
parent 6a0497f1a1
commit 508913f730
2 changed files with 31 additions and 0 deletions
+3
View File
@@ -24,6 +24,9 @@ public:
virtual void PushSelf( lua_State *L );
private:
void GoToNextScreen();
void GoToPrevScreen();
vector<bool> m_bRowCausesDisqualified[NUM_PLAYERS];
void UpdateDisqualified( int row, PlayerNumber pn );