mirror of
https://github.com/halpz/re3.git
synced 2024-12-22 17:35:29 +00:00
disable PED_SKIN and PEDS_REPORT_CRIMES_ON_PHONE when COMPATIBLE_SAVES is disabled
This commit is contained in:
parent
51042e15aa
commit
63d9d9c148
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue