diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-08-01 11:54:20 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-08-01 11:54:20 +0200 |
commit | 1479093d338a06fe84603ce04a989863cddac486 (patch) | |
tree | dac491860d0da766aa179b8d0bf82f7051ec4816 /src/core/config.h | |
parent | mission replay (diff) | |
parent | Fix radio scroll when player controls disabled (diff) | |
download | re3-1479093d338a06fe84603ce04a989863cddac486.tar re3-1479093d338a06fe84603ce04a989863cddac486.tar.gz re3-1479093d338a06fe84603ce04a989863cddac486.tar.bz2 re3-1479093d338a06fe84603ce04a989863cddac486.tar.lz re3-1479093d338a06fe84603ce04a989863cddac486.tar.xz re3-1479093d338a06fe84603ce04a989863cddac486.tar.zst re3-1479093d338a06fe84603ce04a989863cddac486.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 7ed983fd..fce40bb9 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -277,6 +277,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 @@ -457,6 +460,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 |