diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2019-08-02 01:04:30 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2019-08-02 01:30:40 +0300 |
| commit | 875cdd845db1255329c77c458df993f1b490e8e8 (patch) | |
| tree | 73434501fcd8b2167daf88c83c5a1e0f40671780 /src/core/Wanted.h | |
| parent | implemented CPlane (diff) | |
| download | re3-875cdd845db1255329c77c458df993f1b490e8e8.tar.gz | |
The Peds
Diffstat (limited to 'src/core/Wanted.h')
| -rw-r--r-- | src/core/Wanted.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
