summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.cpp
diff options
context:
space:
mode:
authorAndy <andy@teamrubber.com>2019-03-30 21:22:11 +0000
committerMichael Lutz <michi@icosahedron.de>2019-03-30 22:57:07 +0100
commit423aea5c32c1cca5e59f5c994730aeb4ff09a56f (patch)
treefa6b01ef3bae5a66dc4c57b6acd63890e7caea9a /src/smallmap_gui.cpp
parente93630541de1eb0f4ec9b3474eddf39914ceada2 (diff)
downloadopenttd-423aea5c32c1cca5e59f5c994730aeb4ff09a56f.tar.xz
Change: adjust Violet smallmap colour 1 shade darker, to compensate for legibility against darker blue of sea introduced by #7436
Diffstat (limited to 'src/smallmap_gui.cpp')
-rw-r--r--src/smallmap_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp
index df2430105..5286d2d63 100644
--- a/src/smallmap_gui.cpp
+++ b/src/smallmap_gui.cpp
@@ -274,7 +274,7 @@ struct SmallMapColourScheme {
static SmallMapColourScheme _heightmap_schemes[] = {
{NULL, _green_map_heights, lengthof(_green_map_heights), MKCOLOUR_XXXX(0x54)}, ///< Green colour scheme.
{NULL, _dark_green_map_heights, lengthof(_dark_green_map_heights), MKCOLOUR_XXXX(0x62)}, ///< Dark green colour scheme.
- {NULL, _violet_map_heights, lengthof(_violet_map_heights), MKCOLOUR_XXXX(0x82)}, ///< Violet colour scheme.
+ {NULL, _violet_map_heights, lengthof(_violet_map_heights), MKCOLOUR_XXXX(0x81)}, ///< Violet colour scheme.
};
/**