From 875cdd845db1255329c77c458df993f1b490e8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Fri, 2 Aug 2019 01:04:30 +0300 Subject: The Peds --- src/core/Wanted.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/Wanted.h') diff --git a/src/core/Wanted.h b/src/core/Wanted.h index 1a72f839..7cd89b7e 100644 --- a/src/core/Wanted.h +++ b/src/core/Wanted.h @@ -33,6 +33,9 @@ public: CVector m_vecPosn; bool m_bReported; bool m_bPoliceDoesntCare; + + CCrimeBeingQd() { }; + ~CCrimeBeingQd() { }; }; class CWanted -- cgit v1.2.3