This commit is contained in:
parent
fdebc2da27
commit
2668b7ca7a
20 changed files with 352 additions and 41 deletions
|
@ -114,12 +114,16 @@ private:
|
|||
int m_sfxVolume;
|
||||
int m_speechVolume;
|
||||
int m_controlStyle;
|
||||
int m_vibrationStatus,m_lastVibrationStatus;
|
||||
int m_screenXOff;
|
||||
int m_screenYOff;
|
||||
|
||||
static int s_controlStyleValues[];
|
||||
static CGUITextReadout::TextReadoutData s_controlStyleReadoutText[];
|
||||
|
||||
static int s_vibrationValues[];
|
||||
static CGUITextReadout::TextReadoutData s_vibrationReadoutText[];
|
||||
|
||||
static int s_buttonOrder[];
|
||||
int m_controlIcons[CONTROL_COUNT];
|
||||
static CGUISpriteReadout::SpriteReadoutData s_controlReadoutSprites[ICON_COUNT];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue