1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-12-23 04:20:00 +00:00

disable skidding bugfix

This commit is contained in:
aap 2020-06-07 00:03:42 +02:00
parent e099aaaa6b
commit 44e2fcee39

View file

@ -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