diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-07-04 22:50:43 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-07-04 22:50:43 +0200 |
commit | ceb1defc4e220037ad1b17eb2b8a497c1385de7b (patch) | |
tree | 12b180ce323a9166a50bb4d028a0bdc27f31b76c /src/core/Wanted.cpp | |
parent | Merge pull request #648 from Nick007J/miami (diff) | |
download | re3-ceb1defc4e220037ad1b17eb2b8a497c1385de7b.tar re3-ceb1defc4e220037ad1b17eb2b8a497c1385de7b.tar.gz re3-ceb1defc4e220037ad1b17eb2b8a497c1385de7b.tar.bz2 re3-ceb1defc4e220037ad1b17eb2b8a497c1385de7b.tar.lz re3-ceb1defc4e220037ad1b17eb2b8a497c1385de7b.tar.xz re3-ceb1defc4e220037ad1b17eb2b8a497c1385de7b.tar.zst re3-ceb1defc4e220037ad1b17eb2b8a497c1385de7b.zip |
Diffstat (limited to 'src/core/Wanted.cpp')
-rw-r--r-- | src/core/Wanted.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Wanted.cpp b/src/core/Wanted.cpp index 83407c56..c70a3ab5 100644 --- a/src/core/Wanted.cpp +++ b/src/core/Wanted.cpp @@ -182,7 +182,7 @@ CWanted::RegisterCrime(eCrimeType type, const CVector &coors, uint32 id, bool po void CWanted::RegisterCrime_Immediately(eCrimeType type, const CVector &coors, uint32 id, bool policeDoesntCare) { -#ifdef FIX_BUGS +#ifdef FIX_SIGNIFICANT_BUGS if(!AddCrimeToQ(type, id, coors, true, policeDoesntCare)) #else if(!AddCrimeToQ(type, id, coors, false, policeDoesntCare)) |