1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 03:27:36 +00:00

pop boot fix

This commit is contained in:
aap 2021-01-04 22:59:55 +01:00
parent a6680e38d5
commit 8026bba723

View file

@ -5795,7 +5795,7 @@ CAutomobile::PopBootUsingPhysics(void)
case DOOR_STATUS_OK:
case DOOR_STATUS_SMASHED:
Damage.SetDoorStatus(DOOR_BOOT, DOOR_STATUS_SWINGING);
Doors[DOOR_BOOT].m_fAngle = -2.0f;
Doors[DOOR_BOOT].m_fAngVel = -2.0f;
}
void