fix choosing rave mode in the default theme with only P1 active

simplify
make having course modes in the center of other objects work
This commit is contained in:
Glenn Maynard
2004-02-01 01:13:58 +00:00
parent 9bcb1a59a6
commit ab1bd7c2eb
2 changed files with 103 additions and 87 deletions
+1 -3
View File
@@ -46,7 +46,7 @@ protected:
float GetCursorX( PlayerNumber pn );
float GetCursorY( PlayerNumber pn );
void ChangeWithinPage( PlayerNumber pn, int iNewChoice, bool bChangingPages );
bool ChangeWithinPage( PlayerNumber pn, int iNewChoice, bool bChangingPages );
void ChangePage( Page newPage );
ActorFrame m_framePages; // to hold the 2 pages
@@ -66,8 +66,6 @@ protected:
vector<ModeChoice> m_ModeChoices[NUM_PAGES];
vector<int> m_iaChoicesToIgnore;
Page m_CurrentPage;
int m_iChoiceOnPage[NUM_PLAYERS];
bool m_bChosen[NUM_PLAYERS];