disable PED_SKIN and PEDS_REPORT_CRIMES_ON_PHONE when COMPATIBLE_SAVES is disabled

This commit is contained in:
withmorten 2021-07-03 01:32:04 +02:00
parent 51042e15aa
commit 63d9d9c148
1 changed files with 6 additions and 0 deletions

View File

@ -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