mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-29 05:33:45 +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
1 changed files with 6 additions and 0 deletions
|
@ -430,6 +430,12 @@ enum Config {
|
||||||
#define VC_RAIN_NERF // Reduces number of rain particles
|
#define VC_RAIN_NERF // Reduces number of rain particles
|
||||||
#endif
|
#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
|
#if defined __MWERKS__ || defined VANILLA_DEFINES
|
||||||
|
|
Loading…
Reference in a new issue