(svn r24610) -Change: [NewGRF] Set the reference brightness of 32bpp mask recolouring to 128.

This commit is contained in:
frosch 2012-10-17 20:21:43 +00:00
parent 1ba5d9ca6e
commit e4416d6a0c

View File

@ -131,7 +131,7 @@ public:
return Colour(grey, grey, grey); 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) static inline Colour AdjustBrightness(Colour colour, uint8 brightness)
{ {