Skip to content

Commit

Permalink
fix previous PED_SKIN commit, add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
withmorten committed Jul 3, 2021
1 parent be6e273 commit 060c118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,12 @@ enum Config {
#define CAMERA_PICKUP

// Peds
#define PED_SKIN // support for skinned geometry on peds
#define PED_SKIN // support for skinned geometry on peds, requires COMPATIBLE_SAVES
#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
#define CANCELLABLE_CAR_ENTER
//#define PEDS_REPORT_CRIMES_ON_PHONE
//#define PEDS_REPORT_CRIMES_ON_PHONE, requires COMPATIBLE_SAVES

// Camera
//#define PS2_CAM_TRANSITION // old way of transitioning between cam modes
Expand Down Expand Up @@ -432,7 +432,7 @@ enum Config {

// if these defines are enabled saves are not vanilla compatible without COMPATIBLE_SAVES
#ifndef COMPATIBLE_SAVES
#undef PED_SKINS
#undef PED_SKIN
#undef PEDS_REPORT_CRIMES_ON_PHONE
#endif

Expand Down

0 comments on commit 060c118

Please sign in to comment.