summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-07-11 23:11:11 +0200
committererorcun <erorcunerorcun@hotmail.com.tr>2021-08-01 12:56:09 +0200
commit192190769db6faeafb32e951cf4db6e021ac833e (patch)
treedc0a6f4c23ac4afa7f065bc198c29253ad902b04 /src/core/config.h
parentFix radio scroll when player controls disabled (diff)
downloadre3-192190769db6faeafb32e951cf4db6e021ac833e.tar
re3-192190769db6faeafb32e951cf4db6e021ac833e.tar.gz
re3-192190769db6faeafb32e951cf4db6e021ac833e.tar.bz2
re3-192190769db6faeafb32e951cf4db6e021ac833e.tar.lz
re3-192190769db6faeafb32e951cf4db6e021ac833e.tar.xz
re3-192190769db6faeafb32e951cf4db6e021ac833e.tar.zst
re3-192190769db6faeafb32e951cf4db6e021ac833e.zip
Diffstat (limited to '')
-rw-r--r--src/core/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 9a1b9846..04f96aa1 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -366,6 +366,7 @@ enum Config {
# define CUTSCENE_BORDERS_SWITCH
# define MULTISAMPLING // adds MSAA option
# define INVERT_LOOK_FOR_PAD // enable the hidden option
+# define PED_CAR_DENSITY_SLIDERS
# endif
#endif
@@ -460,4 +461,4 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually
#undef USE_CUTSCENE_SHADOW_FOR_PED
#endif
-#endif // VANILLA_DEFINES
+#endif // VANILLA_DEFINES \ No newline at end of file