summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2019-11-29 16:30:04 +0100
committerFilip Gawin <filip.gawin@zoho.com>2019-12-01 20:44:57 +0100
commitc7e9ddb56624d73a3373a8246cc49ed2728d49a3 (patch)
treea1755146bcbe28247e5f0f7a94859554116ba773 /src/peds/Ped.h
parentImplement ProcessVehicleSirenOrAlarm (diff)
downloadre3-c7e9ddb56624d73a3373a8246cc49ed2728d49a3.tar
re3-c7e9ddb56624d73a3373a8246cc49ed2728d49a3.tar.gz
re3-c7e9ddb56624d73a3373a8246cc49ed2728d49a3.tar.bz2
re3-c7e9ddb56624d73a3373a8246cc49ed2728d49a3.tar.lz
re3-c7e9ddb56624d73a3373a8246cc49ed2728d49a3.tar.xz
re3-c7e9ddb56624d73a3373a8246cc49ed2728d49a3.tar.zst
re3-c7e9ddb56624d73a3373a8246cc49ed2728d49a3.zip
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r--src/peds/Ped.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h
index 58b189ee..9e2f0e9f 100644
--- a/src/peds/Ped.h
+++ b/src/peds/Ped.h
@@ -819,7 +819,7 @@ public:
class cPedParams
{
public:
- char m_bDistanceCalculated;
+ bool m_bDistanceCalculated;
char gap_1[3];
float m_fDistance;
CPed *m_pPed;