Somehow missed your stuff.

This commit is contained in:
Jason Felds
2011-02-19 00:49:28 -05:00
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -116,21 +116,21 @@ public:
protected: protected:
RString GetRowTitle() const; RString GetRowTitle() const;
const OptionRowType *m_pParentType; const OptionRowType *m_pParentType;
RowType m_RowType; RowType m_RowType;
OptionRowHandler* m_pHand; OptionRowHandler* m_pHand;
ActorFrame m_Frame; ActorFrame m_Frame;
vector<BitmapText *> m_textItems; // size depends on m_bRowIsLong and which players are joined vector<BitmapText *> m_textItems; // size depends on m_bRowIsLong and which players are joined
vector<OptionsCursor *> m_Underline[NUM_PLAYERS]; // size depends on m_bRowIsLong and which players are joined vector<OptionsCursor *> m_Underline[NUM_PLAYERS]; // size depends on m_bRowIsLong and which players are joined
Actor *m_sprFrame; Actor *m_sprFrame;
BitmapText *m_textTitle; BitmapText *m_textTitle;
ModIcon *m_ModIcons[NUM_PLAYERS]; ModIcon *m_ModIcons[NUM_PLAYERS];
bool m_bFirstItemGoesDown; bool m_bFirstItemGoesDown;
bool m_bRowHasFocus[NUM_PLAYERS]; bool m_bRowHasFocus[NUM_PLAYERS];
int m_iChoiceInRowWithFocus[NUM_PLAYERS]; // this choice has input focus int m_iChoiceInRowWithFocus[NUM_PLAYERS]; // this choice has input focus
// Only one will true at a time if m_pHand->m_Def.bMultiSelect // Only one will true at a time if m_pHand->m_Def.bMultiSelect