mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 16:21:50 +01:00
disable skidding bugfix
This commit is contained in:
parent
e099aaaa6b
commit
44e2fcee39
@ -469,7 +469,7 @@ CVehicle::ProcessWheel(CVector &wheelFwd, CVector &wheelRight, CVector &wheelCon
|
|||||||
static bool bBraking;
|
static bool bBraking;
|
||||||
static bool bDriving;
|
static bool bDriving;
|
||||||
|
|
||||||
#ifdef FIX_BUGS
|
#ifdef FIX_SIGNIFICANT_BUGS
|
||||||
bAlreadySkidding = false;
|
bAlreadySkidding = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user