mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-26 02:54:14 +01: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
|
#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 New Issue
Block a user