diff options
author | aap <aap@papnet.eu> | 2020-05-18 13:08:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 13:08:24 +0200 |
commit | 2d4861454c819f60ceca4ddd1d1ab6cfb3725d5e (patch) | |
tree | da615f0e7ebbaf9c7c9e48ed283569e3056e3adb /src/vehicles/Vehicle.h | |
parent | Merge pull request #558 from Sergeanur/VC/text (diff) | |
parent | some debug changes (diff) | |
download | re3-2d4861454c819f60ceca4ddd1d1ab6cfb3725d5e.tar re3-2d4861454c819f60ceca4ddd1d1ab6cfb3725d5e.tar.gz re3-2d4861454c819f60ceca4ddd1d1ab6cfb3725d5e.tar.bz2 re3-2d4861454c819f60ceca4ddd1d1ab6cfb3725d5e.tar.lz re3-2d4861454c819f60ceca4ddd1d1ab6cfb3725d5e.tar.xz re3-2d4861454c819f60ceca4ddd1d1ab6cfb3725d5e.tar.zst re3-2d4861454c819f60ceca4ddd1d1ab6cfb3725d5e.zip |
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r-- | src/vehicles/Vehicle.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h index 666a26a2..5ec20c43 100644 --- a/src/vehicles/Vehicle.h +++ b/src/vehicles/Vehicle.h @@ -112,12 +112,12 @@ enum eFlightModel enum eVehicleAppearance { - VEHICLE_NONE, - VEHICLE_CAR, - VEHICLE_BIKE, - VEHICLE_HELI, - VEHICLE_BOAT, - VEHICLE_PLANE, + VEHICLE_APPEARANCE_NONE, + VEHICLE_APPEARANCE_CAR, + VEHICLE_APPEARANCE_BIKE, + VEHICLE_APPEARANCE_HELI, + VEHICLE_APPEARANCE_BOAT, + VEHICLE_APPEARANCE_PLANE, }; // Or Weapon.h? @@ -310,6 +310,7 @@ public: static bool bAltDodoCheat; #endif static bool m_bDisableMouseSteering; + static bool bDisableRemoteDetonation; }; void DestroyVehicleAndDriverAndPassengers(CVehicle* pVehicle); |