working on Battle

This commit is contained in:
Chris Danford
2003-02-25 00:33:42 +00:00
parent 32d2cd8cc1
commit 5f15c92404
34 changed files with 512 additions and 171 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ public:
private:
void ChangeWithinPage( PlayerNumber pn, int iNewChoice, bool bChangingPages );
void ChangePage( int iNewPage );
void ChangePage( Page newPage );
MenuElements m_Menu;
@@ -65,7 +65,7 @@ private:
vector<ModeChoice> m_ModeChoices[NUM_PAGES];
int m_iCurrentPage;
Page m_CurrentPage;
int m_iChoiceOnPage[NUM_PLAYERS];
bool m_bChosen[NUM_PLAYERS];