cleanup, hide some implementation
This commit is contained in:
@@ -100,13 +100,16 @@ protected:
|
||||
OptionRow* m_OptionRow;
|
||||
|
||||
protected: // derived classes need access to these
|
||||
int m_iSelectedOption[NUM_PLAYERS][MAX_OPTION_LINES];
|
||||
int m_iCurrentRow[NUM_PLAYERS];
|
||||
int m_iSelectedOption[NUM_PLAYERS][MAX_OPTION_LINES];
|
||||
int m_iNumOptionRows;
|
||||
int m_iCurrentRow[NUM_PLAYERS];
|
||||
|
||||
OptionIcon m_OptionIcons[NUM_PLAYERS][MAX_OPTION_LINES];
|
||||
|
||||
private:
|
||||
|
||||
InputMode m_InputMode;
|
||||
|
||||
int m_iNumOptionRows;
|
||||
|
||||
ActorFrame m_framePage;
|
||||
AutoActor m_sprPage;
|
||||
AutoActor m_sprFrame;
|
||||
@@ -122,7 +125,6 @@ protected: // derived classes need access to these
|
||||
|
||||
|
||||
OptionsCursor m_Underline[NUM_PLAYERS][MAX_OPTION_LINES];
|
||||
OptionIcon m_OptionIcons[NUM_PLAYERS][MAX_OPTION_LINES];
|
||||
OptionsCursor m_Highlight[NUM_PLAYERS];
|
||||
Sprite m_sprLineHighlight[NUM_PLAYERS];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user