mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 12:44:07 +00:00
option for PC controls
This commit is contained in:
parent
b574996334
commit
88b0134e72
9 changed files with 31 additions and 3 deletions
|
@ -69,7 +69,11 @@ enum
|
|||
// NB: removed explicit TheCamera from all functions
|
||||
|
||||
CCamera TheCamera;
|
||||
#ifdef PC_PLAYER_CONTROLS
|
||||
bool CCamera::m_bUseMouse3rdPerson = true;
|
||||
#else
|
||||
bool CCamera::m_bUseMouse3rdPerson = false;
|
||||
#endif
|
||||
bool bDidWeProcessAnyCinemaCam;
|
||||
static bool bSwitchedToObbeCam;
|
||||
float CCamera::m_fMouseAccelHorzntl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue