From 9d600802fa0673e8c834c623bd65adc1893c8bf1 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Sat, 2 May 2020 23:52:41 +0300 Subject: [PATCH] Revert "Disable PED_SKIN for now" This reverts commit d51bf48dcd5756a4c81e8faf61f495c02684c209. --- 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 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