summaryrefslogtreecommitdiffstats
path: root/src/core/Wanted.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-11 23:28:52 +0200
committerGitHub <noreply@github.com>2020-05-11 23:28:52 +0200
commitce2071e1e6c21911b215e47815687f5a64328c66 (patch)
treec73ccad82576f5e27627b85e7c8b3f914881f5e8 /src/core/Wanted.h
parentMerge branch 'miami' of github.com:GTAmodding/re3 into miami (diff)
parentsync with upstream (diff)
downloadre3-ce2071e1e6c21911b215e47815687f5a64328c66.tar
re3-ce2071e1e6c21911b215e47815687f5a64328c66.tar.gz
re3-ce2071e1e6c21911b215e47815687f5a64328c66.tar.bz2
re3-ce2071e1e6c21911b215e47815687f5a64328c66.tar.lz
re3-ce2071e1e6c21911b215e47815687f5a64328c66.tar.xz
re3-ce2071e1e6c21911b215e47815687f5a64328c66.tar.zst
re3-ce2071e1e6c21911b215e47815687f5a64328c66.zip
Diffstat (limited to 'src/core/Wanted.h')
-rw-r--r--src/core/Wanted.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Wanted.h b/src/core/Wanted.h
index 99ca6e4b..ee72aa47 100644
--- a/src/core/Wanted.h
+++ b/src/core/Wanted.h
@@ -49,6 +49,8 @@ public:
void UpdateCrimesQ();
void Update();
+ void Suspend();
+
bool IsIgnored(void) { return m_bIgnoredByCops || m_bIgnoredByEveryone; }
static int32 WorkOutPolicePresence(CVector posn, float radius);