summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-18 13:08:24 +0200
committerGitHub <noreply@github.com>2020-05-18 13:08:24 +0200
commit2d4861454c819f60ceca4ddd1d1ab6cfb3725d5e (patch)
treeda615f0e7ebbaf9c7c9e48ed283569e3056e3adb /src/vehicles/Vehicle.h
parentMerge pull request #558 from Sergeanur/VC/text (diff)
parentsome debug changes (diff)
downloadre3-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.h13
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);