summaryrefslogtreecommitdiffstats
path: root/src/core/Wanted.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-08-02 14:02:02 +0200
committerGitHub <noreply@github.com>2019-08-02 14:02:02 +0200
commite30cfaf6871073ba56a5245d4d1b4da0eab784a3 (patch)
tree73434501fcd8b2167daf88c83c5a1e0f40671780 /src/core/Wanted.h
parentimplemented CPlane (diff)
parentThe Peds (diff)
downloadre3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.tar
re3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.tar.gz
re3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.tar.bz2
re3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.tar.lz
re3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.tar.xz
re3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.tar.zst
re3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.zip
Diffstat (limited to 'src/core/Wanted.h')
-rw-r--r--src/core/Wanted.h3
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