Added description to ScreenOptions. Making a whole separate ScreenPreferences turned out to be a pain.
This commit is contained in:
@@ -31,6 +31,7 @@ struct OptionRowData {
|
||||
char szTitle[30];
|
||||
int iNumOptions;
|
||||
char szOptionsText[MAX_OPTIONS_PER_LINE][60];
|
||||
char szExplanation[2048];
|
||||
};
|
||||
|
||||
enum InputMode
|
||||
@@ -102,6 +103,8 @@ protected:
|
||||
OptionIcon m_OptionIcons[NUM_PLAYERS][MAX_OPTION_LINES];
|
||||
OptionsCursor m_Highlight[NUM_PLAYERS];
|
||||
|
||||
BitmapText m_textExplanation;
|
||||
|
||||
RageSoundSample m_SoundChangeCol;
|
||||
RageSoundSample m_SoundNextRow;
|
||||
RageSoundSample m_SoundPrevRow;
|
||||
|
||||
Reference in New Issue
Block a user