diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-02 23:52:41 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-02 23:52:41 +0300 |
commit | 9d600802fa0673e8c834c623bd65adc1893c8bf1 (patch) | |
tree | 01b331f2f3be8306d25e565f89529ba710ed0bdf /src | |
parent | 4448156e29c1c2dc6db476bbde53926efdba7331 (diff) |
Revert "Disable PED_SKIN for now"
This reverts commit d51bf48dcd5756a4c81e8faf61f495c02684c209.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 9a8144e7..0d57f55d 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -241,7 +241,7 @@ enum Config { #define CAMERA_PICKUP // 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 VC_PED_PORTS // various ports from VC's CPed, mostly subtle // #define NEW_WALK_AROUND_ALGORITHM // to make walking around vehicles/objects less awkward |