diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2021-01-03 00:12:01 +0100 |
---|---|---|
committer | shfil <filip.gawin@zoho.com> | 2021-01-04 00:16:32 +0100 |
commit | bbbfe658704c5245df6daa1b7418003dc9169916 (patch) | |
tree | 0f4231438b24683eb761061103e9d4cb37127e59 /src/core | |
parent | fixed intro text line defaults (diff) | |
download | re3-bbbfe658704c5245df6daa1b7418003dc9169916.tar re3-bbbfe658704c5245df6daa1b7418003dc9169916.tar.gz re3-bbbfe658704c5245df6daa1b7418003dc9169916.tar.bz2 re3-bbbfe658704c5245df6daa1b7418003dc9169916.tar.lz re3-bbbfe658704c5245df6daa1b7418003dc9169916.tar.xz re3-bbbfe658704c5245df6daa1b7418003dc9169916.tar.zst re3-bbbfe658704c5245df6daa1b7418003dc9169916.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 9f4ccd1f..8b18ffef 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -361,6 +361,7 @@ enum Config { #undef NO_ISLAND_LOADING #define PC_PARTICLE #define VC_PED_PORTS // To not process collisions always. But should be tested if that's really beneficial + #define VC_RAIN_NERF // Reduces number of rain particles #endif #ifdef LIBRW |