From d51bf48dcd5756a4c81e8faf61f495c02684c209 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Sat, 2 May 2020 19:13:51 +0300 Subject: [PATCH] Disable PED_SKIN for now --- src/core/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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