From b2b750bc90648cce4e562e241668056f1cdc68b6 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sat, 29 Jun 2019 23:15:55 +0300 Subject: ProcessCarUpdate --- src/entities/Automobile.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/entities/Automobile.h') diff --git a/src/entities/Automobile.h b/src/entities/Automobile.h index 7422112b..1b5e74d5 100644 --- a/src/entities/Automobile.h +++ b/src/entities/Automobile.h @@ -18,7 +18,9 @@ public: float m_afWheelRotation[4]; uint8 stuff3[200]; float m_fCarGunLR; - uint8 stuff4[36]; + uint8 stuff4[13]; + uint8 m_nDriveWheelsOnGround; + uint8 stuff5[22]; void SetDoorDamage(int32, uint32, bool); /* TODO: eDoors */ }; -- cgit v1.2.3