mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-02-16 18:19:16 +01:00
fix previous PED_SKIN commit, add comments
This commit is contained in:
parent
be6e273930
commit
060c1181bc
@ -380,12 +380,12 @@ enum Config {
|
|||||||
#define CAMERA_PICKUP
|
#define CAMERA_PICKUP
|
||||||
|
|
||||||
// Peds
|
// Peds
|
||||||
#define PED_SKIN // support for skinned geometry on peds
|
#define PED_SKIN // support for skinned geometry on peds, requires COMPATIBLE_SAVES
|
||||||
#define ANIMATE_PED_COL_MODEL
|
#define ANIMATE_PED_COL_MODEL
|
||||||
// #define VC_PED_PORTS // various ports from VC's CPed, mostly subtle
|
// #define VC_PED_PORTS // various ports from VC's CPed, mostly subtle
|
||||||
// #define NEW_WALK_AROUND_ALGORITHM // to make walking around vehicles/objects less awkward
|
// #define NEW_WALK_AROUND_ALGORITHM // to make walking around vehicles/objects less awkward
|
||||||
#define CANCELLABLE_CAR_ENTER
|
#define CANCELLABLE_CAR_ENTER
|
||||||
//#define PEDS_REPORT_CRIMES_ON_PHONE
|
//#define PEDS_REPORT_CRIMES_ON_PHONE, requires COMPATIBLE_SAVES
|
||||||
|
|
||||||
// Camera
|
// Camera
|
||||||
//#define PS2_CAM_TRANSITION // old way of transitioning between cam modes
|
//#define PS2_CAM_TRANSITION // old way of transitioning between cam modes
|
||||||
@ -432,7 +432,7 @@ enum Config {
|
|||||||
|
|
||||||
// if these defines are enabled saves are not vanilla compatible without COMPATIBLE_SAVES
|
// if these defines are enabled saves are not vanilla compatible without COMPATIBLE_SAVES
|
||||||
#ifndef COMPATIBLE_SAVES
|
#ifndef COMPATIBLE_SAVES
|
||||||
#undef PED_SKINS
|
#undef PED_SKIN
|
||||||
#undef PEDS_REPORT_CRIMES_ON_PHONE
|
#undef PEDS_REPORT_CRIMES_ON_PHONE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user