diff options
author | aap <aap@papnet.eu> | 2021-01-08 13:34:49 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-08 13:34:49 +0100 |
commit | 37a58a04f2895a37fd961ee6e3ff7df80d22f110 (patch) | |
tree | 3483ae7a0de117b9f34b0481368dfe3d13d12e0e /src/rw | |
parent | first commit for LCS (diff) | |
download | re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.tar re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.tar.gz re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.tar.bz2 re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.tar.lz re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.tar.xz re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.tar.zst re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.zip |
Diffstat (limited to 'src/rw')
-rw-r--r-- | src/rw/Lights.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/rw/Lights.cpp b/src/rw/Lights.cpp index e0dff850..19115ba8 100644 --- a/src/rw/Lights.cpp +++ b/src/rw/Lights.cpp @@ -26,12 +26,7 @@ RwRGBAReal DirectionalLightColourForFrame; RwRGBAReal AmbientLightColour; RwRGBAReal DirectionalLightColour; -#ifdef EXTENDED_COLOURFILTER -#include "postfx.h" -#define USEBLURCOLORS CPostFX::UseBlurColours() -#else -#define USEBLURCOLORS CMBlur::BlurOn -#endif +#define USEBLURCOLORS true // actually CMBlur::BlurOn, but that's always supposed to be on void SetLightsWithTimeOfDayColour(RpWorld *) |