summaryrefslogtreecommitdiff
path: root/src/core/ZoneCull.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-05-05 14:40:35 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2020-05-05 14:40:35 +0300
commitae0c83fa01b05dc2ee70acb2bd4d0e8a3945630c (patch)
tree12152b094647544a8b6bac68fe7271f37996afd5 /src/core/ZoneCull.h
parentMerge pull request #508 from Nick007J/master (diff)
downloadre3-ae0c83fa01b05dc2ee70acb2bd4d0e8a3945630c.tar.gz
CAutoPilot + CCarAI + fixes
Diffstat (limited to 'src/core/ZoneCull.h')
-rw-r--r--src/core/ZoneCull.h5
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
};