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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user