mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 07:29:44 +00:00
(svn r24610) -Change: [NewGRF] Set the reference brightness of 32bpp mask recolouring to 128.
This commit is contained in:
parent
1ba5d9ca6e
commit
e4416d6a0c
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user