summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-05 17:23:23 +0200
committerGitHub <noreply@github.com>2020-05-05 17:23:23 +0200
commit2c0b82ec1a0bcb1f3b0d0215a97e964059617a39 (patch)
tree655dc6cff470ac28d19678c392a0aebb49cea937 /src/core
parentRevert "Remove ColStore" (diff)
parentMerge remote-tracking branch 'upstream/miami' into miami (diff)
downloadre3-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 'src/core')
-rw-r--r--src/core/ZoneCull.h2
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
};