From e4416d6a0c8b4a03d3d314cf742d51ad7d9c395e Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 17 Oct 2012 20:21:43 +0000 Subject: (svn r24610) -Change: [NewGRF] Set the reference brightness of 32bpp mask recolouring to 128. --- src/blitter/32bpp_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blitter/32bpp_base.hpp') diff --git a/src/blitter/32bpp_base.hpp b/src/blitter/32bpp_base.hpp index 65bd00e58..ca58f0353 100644 --- a/src/blitter/32bpp_base.hpp +++ b/src/blitter/32bpp_base.hpp @@ -131,7 +131,7 @@ public: return Colour(grey, grey, grey); } - static const int DEFAULT_BRIGHTNESS = 64; + static const int DEFAULT_BRIGHTNESS = 128; static inline Colour AdjustBrightness(Colour colour, uint8 brightness) { -- cgit v1.2.3-54-g00ecf