mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 19:14:07 +00:00
ControllerConfig done
Fix Cam enum
This commit is contained in:
parent
8baf410669
commit
537aaca5c2
18 changed files with 2872 additions and 275 deletions
|
@ -342,6 +342,12 @@ enum
|
|||
NUM_MENUROWS = 18,
|
||||
};
|
||||
|
||||
enum eControlMethod
|
||||
{
|
||||
CONTROL_STANDART = 0,
|
||||
CONTROL_CLASSIC,
|
||||
};
|
||||
|
||||
struct tSkinInfo
|
||||
{
|
||||
int field_0;
|
||||
|
@ -431,6 +437,9 @@ public:
|
|||
int m_nCurrSaveSlot;
|
||||
int m_nScreenChangeDelayTimer;
|
||||
|
||||
public:
|
||||
bool GetIsMenuActive() {return !!m_bMenuActive;}
|
||||
|
||||
public:
|
||||
static int32 &OS_Language;
|
||||
static int8 &m_PrefsUseVibration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue