diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2019-11-29 16:30:04 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2019-12-01 20:44:57 +0100 |
commit | c7e9ddb56624d73a3373a8246cc49ed2728d49a3 (patch) | |
tree | a1755146bcbe28247e5f0f7a94859554116ba773 /src/peds | |
parent | Implement ProcessVehicleSirenOrAlarm (diff) | |
download | re3-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')
-rw-r--r-- | src/peds/Ped.h | 2 |
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; |