summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-05-05 17:20:10 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-05-05 17:20:10 +0200
commitedeb8736f1af1f5680f8334414ad85c087b8c5e2 (patch)
tree655dc6cff470ac28d19678c392a0aebb49cea937 /src/core
parentRevert "Remove #endif" (diff)
downloadre3-edeb8736f1af1f5680f8334414ad85c087b8c5e2.tar
re3-edeb8736f1af1f5680f8334414ad85c087b8c5e2.tar.gz
re3-edeb8736f1af1f5680f8334414ad85c087b8c5e2.tar.bz2
re3-edeb8736f1af1f5680f8334414ad85c087b8c5e2.tar.lz
re3-edeb8736f1af1f5680f8334414ad85c087b8c5e2.tar.xz
re3-edeb8736f1af1f5680f8334414ad85c087b8c5e2.tar.zst
re3-edeb8736f1af1f5680f8334414ad85c087b8c5e2.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
};