Disable PED_SKIN for now

This commit is contained in:
Sergeanur 2020-05-02 19:13:51 +03:00
parent 271517915f
commit d51bf48dcd
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ 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
#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