mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 17:49:00 +00:00
disable mouse steering by default
This commit is contained in:
parent
17dda21cca
commit
4b883f2b40
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ bool CVehicle::bAllDodosCheat;
|
||||||
bool CVehicle::bCheat3;
|
bool CVehicle::bCheat3;
|
||||||
bool CVehicle::bCheat4;
|
bool CVehicle::bCheat4;
|
||||||
bool CVehicle::bCheat5;
|
bool CVehicle::bCheat5;
|
||||||
bool CVehicle::m_bDisableMouseSteering;
|
bool CVehicle::m_bDisableMouseSteering = true;
|
||||||
|
|
||||||
void *CVehicle::operator new(size_t sz) { return CPools::GetVehiclePool()->New(); }
|
void *CVehicle::operator new(size_t sz) { return CPools::GetVehiclePool()->New(); }
|
||||||
void *CVehicle::operator new(size_t sz, int handle) { return CPools::GetVehiclePool()->New(handle); }
|
void *CVehicle::operator new(size_t sz, int handle) { return CPools::GetVehiclePool()->New(handle); }
|
||||||
|
|
Loading…
Reference in a new issue