diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/common.h | 2 | ||||
-rw-r--r-- | src/core/config.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/core/common.h b/src/core/common.h index 181389da..882e2fae 100644 --- a/src/core/common.h +++ b/src/core/common.h @@ -84,10 +84,8 @@ typedef uint16_t wchar; #include "config.h" -#ifdef PED_SKIN #include <rphanim.h> #include <rpskin.h> -#endif #ifdef __GNUC__ #define TYPEALIGN(n) __attribute__ ((aligned (n))) diff --git a/src/core/config.h b/src/core/config.h index 4bf1cfc8..0079eb38 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -346,7 +346,6 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually #define CAMERA_PICKUP // Peds -#define PED_SKIN // support for skinned geometry on peds #define CANCELLABLE_CAR_ENTER // Camera |