diff options
Diffstat (limited to 'src/vehicles/Automobile.h')
-rw-r--r-- | src/vehicles/Automobile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h index 69df9bb3..5ff39fed 100644 --- a/src/vehicles/Automobile.h +++ b/src/vehicles/Automobile.h @@ -59,7 +59,7 @@ public: float m_fHeightAboveRoad; float m_fTraction; uint8 stuff6[28]; - float field_530; + float m_fFireBlowUpTimer; CPhysical *m_aGroundPhysical[4]; // physicals touching wheels CVector m_aGroundOffset[4]; // from ground object to colpoint CEntity *m_pSetOnFireEntity; |