aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-02 19:13:51 +0300
committerSergeanur <s.anureev@yandex.ua>2020-05-02 19:13:51 +0300
commitd51bf48dcd5756a4c81e8faf61f495c02684c209 (patch)
tree2a995c3d8770bc25136b14874ac34cb1065695db /src
parent271517915fea5ea19eeed99e2edbbba20e6be637 (diff)
Disable PED_SKIN for now
Diffstat (limited to 'src')
-rw-r--r--src/core/config.h2
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