diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-02 18:13:51 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-02 18:13:51 +0200 |
commit | d51bf48dcd5756a4c81e8faf61f495c02684c209 (patch) | |
tree | 2a995c3d8770bc25136b14874ac34cb1065695db | |
parent | Cleanup cAudioManager::ProcessVehicleSkidding (diff) | |
download | re3-d51bf48dcd5756a4c81e8faf61f495c02684c209.tar re3-d51bf48dcd5756a4c81e8faf61f495c02684c209.tar.gz re3-d51bf48dcd5756a4c81e8faf61f495c02684c209.tar.bz2 re3-d51bf48dcd5756a4c81e8faf61f495c02684c209.tar.lz re3-d51bf48dcd5756a4c81e8faf61f495c02684c209.tar.xz re3-d51bf48dcd5756a4c81e8faf61f495c02684c209.tar.zst re3-d51bf48dcd5756a4c81e8faf61f495c02684c209.zip |
Diffstat (limited to '')
-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 01684afd..5ae3287e 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -239,7 +239,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 |