mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 03:04:09 +00:00
fix to !PC_PLAYER_CONTROLS
This commit is contained in:
parent
8026bba723
commit
33fd33b03a
3 changed files with 10 additions and 2 deletions
|
@ -4789,7 +4789,11 @@ CMenuManager::ProcessUserInput(uint8 goDown, uint8 goUp, uint8 optionSelected, u
|
|||
TheCamera.m_fMouseAccelHorzntl = 0.0025f;
|
||||
CVehicle::m_bDisableMouseSteering = true;
|
||||
m_ControlMethod = CONTROL_STANDARD;
|
||||
#ifdef PC_PLAYER_CONTROLS
|
||||
TheCamera.m_bUseMouse3rdPerson = true;
|
||||
#else
|
||||
TheCamera.m_bUseMouse3rdPerson = false;
|
||||
#endif
|
||||
SaveSettings();
|
||||
}
|
||||
SetHelperText(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue