summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-07-31 19:43:52 +0200
committerSergeanur <s.anureev@yandex.ua>2021-07-31 19:43:52 +0200
commita481b900b948f5e9c40e334b789f663f7d6d5932 (patch)
tree28484bf4bcc267a941b7746fafbce7c57938eb18 /src/core
parentMerge pull request #1259 from aap/lcs (diff)
parentAllow sector ped count to exceed gap-list size (diff)
downloadre3-a481b900b948f5e9c40e334b789f663f7d6d5932.tar
re3-a481b900b948f5e9c40e334b789f663f7d6d5932.tar.gz
re3-a481b900b948f5e9c40e334b789f663f7d6d5932.tar.bz2
re3-a481b900b948f5e9c40e334b789f663f7d6d5932.tar.lz
re3-a481b900b948f5e9c40e334b789f663f7d6d5932.tar.xz
re3-a481b900b948f5e9c40e334b789f663f7d6d5932.tar.zst
re3-a481b900b948f5e9c40e334b789f663f7d6d5932.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 681d239b..d8340c37 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -284,6 +284,9 @@ enum Config {
#define NO_MOVIES // add option to disable intro videos
+#define EXTENDED_OFFSCREEN_DESPAWN_RANGE // Use onscreen despawn range for offscreen peds and vehicles to avoid them despawning in the distance when you look
+ // away
+
#if defined(__LP64__) || defined(_WIN64)
#define FIX_BUGS_64 // Must have fixes to be able to run 64 bit build
#endif
@@ -460,6 +463,7 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually
#undef PS2_ALPHA_TEST
#undef NO_ISLAND_LOADING
#undef PS2_AUDIO_CHANNELS
+ #undef EXTENDED_OFFSCREEN_DESPAWN_RANGE
#endif
// if these defines are enabled saves are not vanilla compatible without COMPATIBLE_SAVES