small stuff

This commit is contained in:
AJ Kelly
2011-02-18 23:01:46 -06:00
parent 1bed6d3630
commit 6a75b3bdc2
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const RString EXIT_NAME = "Exit";
RString OptionRow::GetThemedItemText( int iChoice ) const
{
RString s = m_pHand->GetThemedItemText( iChoice );
// HACK: Always theme the NEXT_ROW and EXIT items.
if( m_bFirstItemGoesDown && iChoice == 0 )
s = CommonMetrics::LocalizeOptionItem( NEXT_ROW_NAME, false );
+10 -10
View File
@@ -116,21 +116,21 @@ public:
protected:
RString GetRowTitle() const;
const OptionRowType *m_pParentType;
RowType m_RowType;
OptionRowHandler* m_pHand;
const OptionRowType *m_pParentType;
RowType m_RowType;
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
Actor *m_sprFrame;
BitmapText *m_textTitle;
ModIcon *m_ModIcons[NUM_PLAYERS];
Actor *m_sprFrame;
BitmapText *m_textTitle;
ModIcon *m_ModIcons[NUM_PLAYERS];
bool m_bFirstItemGoesDown;
bool m_bRowHasFocus[NUM_PLAYERS];
bool m_bFirstItemGoesDown;
bool m_bRowHasFocus[NUM_PLAYERS];
int m_iChoiceInRowWithFocus[NUM_PLAYERS]; // this choice has input focus
// Only one will true at a time if m_pHand->m_Def.bMultiSelect