summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-10-13 06:20:00 +0200
committerGitHub <noreply@github.com>2019-10-13 06:20:00 +0200
commita0b62133514fa5d87836990af7f6102a6e0f827a (patch)
tree1fd3d9df72f8cb4895889e231922e313d0405f0d /src/vehicles/Vehicle.h
parentFix uninitialized orderInCat (diff)
parentPeds&fixes (diff)
downloadre3-a0b62133514fa5d87836990af7f6102a6e0f827a.tar
re3-a0b62133514fa5d87836990af7f6102a6e0f827a.tar.gz
re3-a0b62133514fa5d87836990af7f6102a6e0f827a.tar.bz2
re3-a0b62133514fa5d87836990af7f6102a6e0f827a.tar.lz
re3-a0b62133514fa5d87836990af7f6102a6e0f827a.tar.xz
re3-a0b62133514fa5d87836990af7f6102a6e0f827a.tar.zst
re3-a0b62133514fa5d87836990af7f6102a6e0f827a.zip
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r--src/vehicles/Vehicle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h
index ffc2ca45..a30f9842 100644
--- a/src/vehicles/Vehicle.h
+++ b/src/vehicles/Vehicle.h
@@ -266,7 +266,6 @@ public:
bool ShufflePassengersToMakeSpace(void);
bool IsAlarmOn(void) { return m_nAlarmState != 0 && m_nAlarmState != -1; }
- bool IsWrecked(void) { return m_status == STATUS_WRECKED; }
CVehicleModelInfo* GetModelInfo() { return (CVehicleModelInfo*)CModelInfo::GetModelInfo(GetModelIndex()); }
static bool &bWheelsOnlyCheat;