diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-03-25 17:13:06 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-03-26 18:54:03 +0300 |
commit | 0fe55eb5432906016cc3526caf3f86d5bf85aff1 (patch) | |
tree | 0f4f6bfafc9e3138bf090efb16b18e6fa22c2eab /src/peds/CopPed.h | |
parent | 8703758a7b1d0fe1f8c837bb0a114d1e03145d1e (diff) |
CCopPed 2 and fixes
Diffstat (limited to 'src/peds/CopPed.h')
-rw-r--r-- | src/peds/CopPed.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/peds/CopPed.h b/src/peds/CopPed.h index 7705eb12..142be56a 100644 --- a/src/peds/CopPed.h +++ b/src/peds/CopPed.h @@ -17,9 +17,9 @@ public: int8 field_1343; float m_fDistanceToTarget; int8 m_bIsInPursuit; - int8 m_bIsDisabledCop; + int8 m_bIsDisabledCop; // What disabled cop actually is? int8 field_1350; - int8 field_1351; + bool m_bBeatingSuspect; int8 m_bZoneDisabledButClose; int8 m_bZoneDisabled; int8 field_1354; @@ -40,6 +40,7 @@ public: void SetPursuit(bool); void ArrestPlayer(void); void ScanForCrimes(void); + void CopAI(void); }; static_assert(sizeof(CCopPed) == 0x558, "CCopPed: error"); |