summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-07-03 01:32:04 +0200
committerwithmorten <morten.with@gmail.com>2021-07-03 01:32:04 +0200
commit63d9d9c1483b3046024bc6556abc8ac0570a6c5b (patch)
tree449ba27739ae4a18d68e7995063a724cfdab76fe
parentRemove redundant part of 'Sanitizer fixes 2' (diff)
downloadre3-63d9d9c1483b3046024bc6556abc8ac0570a6c5b.tar
re3-63d9d9c1483b3046024bc6556abc8ac0570a6c5b.tar.gz
re3-63d9d9c1483b3046024bc6556abc8ac0570a6c5b.tar.bz2
re3-63d9d9c1483b3046024bc6556abc8ac0570a6c5b.tar.lz
re3-63d9d9c1483b3046024bc6556abc8ac0570a6c5b.tar.xz
re3-63d9d9c1483b3046024bc6556abc8ac0570a6c5b.tar.zst
re3-63d9d9c1483b3046024bc6556abc8ac0570a6c5b.zip
-rw-r--r--src/core/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index a78aee22..7b8a5b27 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -430,6 +430,12 @@ enum Config {
#define VC_RAIN_NERF // Reduces number of rain particles
#endif
+// if these defines are enabled saves are not vanilla compatible without COMPATIBLE_SAVES
+#ifndef COMPATIBLE_SAVES
+#undef PED_SKINS
+#undef PEDS_REPORT_CRIMES_ON_PHONE
+#endif
+
// -------
#if defined __MWERKS__ || defined VANILLA_DEFINES