1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-29 01:08:41 +00:00

Revert "fix accident~"

This reverts commit 04de93796b.
This commit is contained in:
Sergeanur 2020-06-04 04:42:42 +03:00
parent 07d336ddf0
commit a6e4619378

View file

@ -3426,8 +3426,6 @@ CAutomobile::HydraulicControl(void)
if(m_hydraulicState < 20 && m_fVelocityChangeForAudio > 0.2f){
if(m_hydraulicState == 0){
m_hydraulicState = 20;
for(i = 0; i < 4; i++)
m_aWheelPosition[i] -= 0.06f;
DMAudio.PlayOneShot(m_audioEntityId, SOUND_CAR_HYDRAULIC_1, 0.0f);
setPrevRatio = true;
}else{