summaryrefslogtreecommitdiff
path: root/src/peds/CopPed.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-04-18 11:31:53 +0300
committerSergeanur <s.anureev@yandex.ua>2020-04-18 11:31:53 +0300
commit555f933780653012e7c2c664f91f88914a42e05e (patch)
tree861011464aa08fead52ab03cf92b8e4dbd8a8f39 /src/peds/CopPed.h
parent8633556579a5f11f360c3f62b1f50ddd89d7a7fb (diff)
Remove padding fields
Diffstat (limited to 'src/peds/CopPed.h')
-rw-r--r--src/peds/CopPed.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/peds/CopPed.h b/src/peds/CopPed.h
index 625cae49..62234b7e 100644
--- a/src/peds/CopPed.h
+++ b/src/peds/CopPed.h
@@ -13,17 +13,13 @@ class CCopPed : public CPed
{
public:
int16 m_wRoadblockNode;
- int8 field_1342;
- int8 field_1343;
float m_fDistanceToTarget;
- int8 m_bIsInPursuit;
- int8 m_bIsDisabledCop;
+ bool m_bIsInPursuit;
+ bool m_bIsDisabledCop;
int8 field_1350;
bool m_bBeatingSuspect;
- int8 m_bStopAndShootDisabledZone;
- int8 m_bZoneDisabled;
- int8 field_1354;
- int8 field_1355;
+ bool m_bStopAndShootDisabledZone;
+ bool m_bZoneDisabled;
int32 field_1356;
eCopType m_nCopType;
int8 field_1364;