diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/Wanted.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Wanted.h b/src/core/Wanted.h index 0e0e70c3..2daa5f87 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); |