diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 16:14:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 16:14:13 +0200 |
commit | dfe0642195bd17704aaac669908c8bb29fbcb531 (patch) | |
tree | 99f4d7dec983e7ad6f4071cc259c8c0de2eda2e2 /src/core | |
parent | Merge pull request #510 from aap/master (diff) | |
parent | Merge remote-tracking branch 'upstream/master' (diff) | |
download | re3-dfe0642195bd17704aaac669908c8bb29fbcb531.tar re3-dfe0642195bd17704aaac669908c8bb29fbcb531.tar.gz re3-dfe0642195bd17704aaac669908c8bb29fbcb531.tar.bz2 re3-dfe0642195bd17704aaac669908c8bb29fbcb531.tar.lz re3-dfe0642195bd17704aaac669908c8bb29fbcb531.tar.xz re3-dfe0642195bd17704aaac669908c8bb29fbcb531.tar.zst re3-dfe0642195bd17704aaac669908c8bb29fbcb531.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ZoneCull.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/ZoneCull.h b/src/core/ZoneCull.h index 9bc07b8c..3659bca7 100644 --- a/src/core/ZoneCull.h +++ b/src/core/ZoneCull.h @@ -122,4 +122,9 @@ public: static bool DoWeHaveMoreThanXOccurencesOfSet(int32 count, uint16 *set); static void CompressIndicesArray() {};// todo + +#ifdef MIAMI + //--MIAMI: TODO + static bool PoliceAbandonCars(void) { return false; } +#endif }; |