diff options
author | aap <aap@papnet.eu> | 2020-05-05 17:23:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 17:23:23 +0200 |
commit | 2c0b82ec1a0bcb1f3b0d0215a97e964059617a39 (patch) | |
tree | 655dc6cff470ac28d19678c392a0aebb49cea937 /src/core | |
parent | Revert "Remove ColStore" (diff) | |
parent | Merge remote-tracking branch 'upstream/miami' into miami (diff) | |
download | re3-2c0b82ec1a0bcb1f3b0d0215a97e964059617a39.tar re3-2c0b82ec1a0bcb1f3b0d0215a97e964059617a39.tar.gz re3-2c0b82ec1a0bcb1f3b0d0215a97e964059617a39.tar.bz2 re3-2c0b82ec1a0bcb1f3b0d0215a97e964059617a39.tar.lz re3-2c0b82ec1a0bcb1f3b0d0215a97e964059617a39.tar.xz re3-2c0b82ec1a0bcb1f3b0d0215a97e964059617a39.tar.zst re3-2c0b82ec1a0bcb1f3b0d0215a97e964059617a39.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/ZoneCull.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ZoneCull.h b/src/core/ZoneCull.h index 3659bca7..e0a905e4 100644 --- a/src/core/ZoneCull.h +++ b/src/core/ZoneCull.h @@ -123,8 +123,6 @@ public: static void CompressIndicesArray() {};// todo -#ifdef MIAMI //--MIAMI: TODO static bool PoliceAbandonCars(void) { return false; } -#endif }; |