diff options
author | aap <aap@papnet.eu> | 2019-07-19 13:58:19 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-19 13:58:19 +0200 |
commit | 0ad39c020cfd4882b45bd1d26e521748e37b94a4 (patch) | |
tree | 736fde80727300b695e649c18e67be340b384985 /src/vehicles/Automobile.h | |
parent | CAutomobile ctor, car spawner, fixes (diff) | |
download | re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar.gz re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar.bz2 re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar.lz re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar.xz re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar.zst re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Automobile.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h index 0182dd99..620c47a7 100644 --- a/src/vehicles/Automobile.h +++ b/src/vehicles/Automobile.h @@ -52,7 +52,7 @@ public: uint8 bNotDamagedUpsideDown : 1; uint8 bMoreResistantToDamage : 1; uint8 field_4DB; - CEntity *field_4DC; // blow up entity + CEntity *m_pBombRigger; int16 field_4E0; int16 field_4E2; uint32 m_nBusDoorTimerEnd; @@ -146,7 +146,5 @@ public: void ReduceHornCounter(void); static void SetAllTaxiLights(bool set); - - CAutomobile* ctor(int, uint8); }; static_assert(sizeof(CAutomobile) == 0x5A8, "CAutomobile: error"); |