diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-07-12 00:07:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 00:07:32 +0200 |
commit | 02e84b4b978b2d17ae9a52ae95b2617902c94150 (patch) | |
tree | 6721fa10727d0fb7221e0c7131a78c56b5a47df2 /src/vehicles/Vehicle.h | |
parent | Add PED DENSITY and CAR DENSITY lines to GXT (diff) | |
parent | finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES (diff) | |
download | re3-02e84b4b978b2d17ae9a52ae95b2617902c94150.tar re3-02e84b4b978b2d17ae9a52ae95b2617902c94150.tar.gz re3-02e84b4b978b2d17ae9a52ae95b2617902c94150.tar.bz2 re3-02e84b4b978b2d17ae9a52ae95b2617902c94150.tar.lz re3-02e84b4b978b2d17ae9a52ae95b2617902c94150.tar.xz re3-02e84b4b978b2d17ae9a52ae95b2617902c94150.tar.zst re3-02e84b4b978b2d17ae9a52ae95b2617902c94150.zip |
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r-- | src/vehicles/Vehicle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h index 37b57944..31b52138 100644 --- a/src/vehicles/Vehicle.h +++ b/src/vehicles/Vehicle.h @@ -276,7 +276,7 @@ public: int8 m_comedyControlState; CStoredCollPoly m_aCollPolys[2]; // poly which is under front/rear part of car float m_fSteerInput; - uint8 m_vehType; + eVehicleType m_vehType; static void *operator new(size_t) throw(); static void *operator new(size_t sz, int slot) throw(); |