summaryrefslogtreecommitdiffstats
path: root/src/core/Wanted.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-03-29 18:03:59 +0200
committerGitHub <noreply@github.com>2020-03-29 18:03:59 +0200
commit6704a62b32ac989121b9ba77838d9366051d1e61 (patch)
tree33289907884539caba07c67b26e0988c65f26a27 /src/core/Wanted.h
parentMerge pull request #365 from Fire-Head/master (diff)
parentCShotInfo, CWanted done, Frontend fix (diff)
downloadre3-6704a62b32ac989121b9ba77838d9366051d1e61.tar
re3-6704a62b32ac989121b9ba77838d9366051d1e61.tar.gz
re3-6704a62b32ac989121b9ba77838d9366051d1e61.tar.bz2
re3-6704a62b32ac989121b9ba77838d9366051d1e61.tar.lz
re3-6704a62b32ac989121b9ba77838d9366051d1e61.tar.xz
re3-6704a62b32ac989121b9ba77838d9366051d1e61.tar.zst
re3-6704a62b32ac989121b9ba77838d9366051d1e61.zip
Diffstat (limited to 'src/core/Wanted.h')
-rw-r--r--src/core/Wanted.h4
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; }