diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-02 22:52:41 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-02 22:52:41 +0200 |
commit | 9d600802fa0673e8c834c623bd65adc1893c8bf1 (patch) | |
tree | 01b331f2f3be8306d25e565f89529ba710ed0bdf | |
parent | Merge pull request #494 from Nick007J/master (diff) | |
download | re3-9d600802fa0673e8c834c623bd65adc1893c8bf1.tar re3-9d600802fa0673e8c834c623bd65adc1893c8bf1.tar.gz re3-9d600802fa0673e8c834c623bd65adc1893c8bf1.tar.bz2 re3-9d600802fa0673e8c834c623bd65adc1893c8bf1.tar.lz re3-9d600802fa0673e8c834c623bd65adc1893c8bf1.tar.xz re3-9d600802fa0673e8c834c623bd65adc1893c8bf1.tar.zst re3-9d600802fa0673e8c834c623bd65adc1893c8bf1.zip |
-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 |