diff options
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 }; |