mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 06:39:01 +00:00
disable skidding bugfix
This commit is contained in:
parent
e099aaaa6b
commit
44e2fcee39
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ CVehicle::ProcessWheel(CVector &wheelFwd, CVector &wheelRight, CVector &wheelCon
|
|||
static bool bBraking;
|
||||
static bool bDriving;
|
||||
|
||||
#ifdef FIX_BUGS
|
||||
#ifdef FIX_SIGNIFICANT_BUGS
|
||||
bAlreadySkidding = false;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue