diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2020-03-29 18:26:23 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2020-03-29 19:02:26 +0300 |
| commit | a3b519ea6420ea6fb7fbd35cd25fbc329fab5086 (patch) | |
| tree | 02ce17141daf511a93118c65889b5832032e0d16 /src/core/Wanted.h | |
| parent | Limit frontend FPS to 100 (diff) | |
| download | re3-a3b519ea6420ea6fb7fbd35cd25fbc329fab5086.tar.gz | |
CShotInfo, CWanted done, Frontend fix
Diffstat (limited to 'src/core/Wanted.h')
| -rw-r--r-- | src/core/Wanted.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/Wanted.h b/src/core/Wanted.h index f6dbe8d0..9823529c 100644 --- a/src/core/Wanted.h +++ b/src/core/Wanted.h @@ -30,7 +30,7 @@ class CCrimeBeingQd public: eCrimeType m_nType; uint32 m_nId; - int32 m_nTime; + uint32 m_nTime; CVector m_vecPosn; bool m_bReported; bool m_bPoliceDoesntCare; @@ -78,6 +78,8 @@ public: void ReportCrimeNow(eCrimeType type, const CVector &coors, bool policeDoesntCare); void UpdateWantedLevel(); void Reset(); + void ResetPolicePursuit(); + void UpdateCrimesQ(); void Update(); bool IsIgnored(void) { return m_bIgnoredByCops || m_bIgnoredByEveryone; } |
