Changeset - r23562:8dacdd65a2be
[Not reviewed]
master
0 1 0
SamuXarick - 6 years ago 2019-03-29 19:00:43
43006711+SamuXarick@users.noreply.github.com
Change: Dark Blue company and water were indistinguishable in small map. (#7436)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/smallmap_gui.cpp
Show inline comments
 
@@ -44,13 +44,13 @@ static const int NUM_NO_COMPANY_ENTRIES 
 

	
 
static const uint8 PC_ROUGH_LAND      = 0x52; ///< Dark green palette colour for rough land.
 
static const uint8 PC_GRASS_LAND      = 0x54; ///< Dark green palette colour for grass land.
 
static const uint8 PC_BARE_LAND       = 0x37; ///< Brown palette colour for bare land.
 
static const uint8 PC_FIELDS          = 0x25; ///< Light brown palette colour for fields.
 
static const uint8 PC_TREES           = 0x57; ///< Green palette colour for trees.
 
static const uint8 PC_WATER           = 0xCA; ///< Dark blue palette colour for water.
 
static const uint8 PC_WATER           = 0xC9; ///< Dark blue palette colour for water.
 

	
 
/** Macro for ordinary entry of LegendAndColour */
 
#define MK(a, b) {a, b, INVALID_INDUSTRYTYPE, 0, INVALID_COMPANY, true, false, false}
 

	
 
/** Macro for a height legend entry with configurable colour. */
 
#define MC(col_break)  {0, STR_TINY_BLACK_HEIGHT, INVALID_INDUSTRYTYPE, 0, INVALID_COMPANY, true, false, col_break}
0 comments (0 inline, 0 general)