Changeset - r19670:84be3bfd92b8
[Not reviewed]
master
0 1 0
frosch - 12 years ago 2012-10-17 20:21:43
frosch@openttd.org
(svn r24610) -Change: [NewGRF] Set the reference brightness of 32bpp mask recolouring to 128.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/blitter/32bpp_base.hpp
Show inline comments
 
@@ -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)
 
	{
0 comments (0 inline, 0 general)