summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-10-17 20:21:43 +0000
committerfrosch <frosch@openttd.org>2012-10-17 20:21:43 +0000
commite4416d6a0c8b4a03d3d314cf742d51ad7d9c395e (patch)
treef1eaaf1b0013c26644d217686dbc3d625ec85fb9 /src
parent1ba5d9ca6e20c893f0b8ec3f02ec2c9154a55a3e (diff)
downloadopenttd-e4416d6a0c8b4a03d3d314cf742d51ad7d9c395e.tar.xz
(svn r24610) -Change: [NewGRF] Set the reference brightness of 32bpp mask recolouring to 128.
Diffstat (limited to 'src')
-rw-r--r--src/blitter/32bpp_base.hpp2
1 files changed, 1 insertions, 1 deletions
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)
{