From 2513ab088774458af5a0419afc7eff5250dfce8e Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Tue, 3 Jan 2012 07:35:54 +0000 Subject: [PATCH] Remove haze over the oceans The blue haze is nice of there's a white background, but we don't have a working white background at the moment.. --- src/plugins/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/map.c b/src/plugins/map.c index 0e8a656..96f2c99 100644 --- a/src/plugins/map.c +++ b/src/plugins/map.c @@ -35,7 +35,7 @@ #define TILE_HEIGHT 512 static const guchar colormap[][2][4] = { - {{0x73, 0x91, 0xad}, {0x73, 0x91, 0xad, 0x20}}, // Oceans + {{0x73, 0x91, 0xad}, {0x73, 0x91, 0xad, 0x00}}, // Oceans {{0xf6, 0xee, 0xee}, {0xf6, 0xee, 0xee, 0x00}}, // Ground {{0xff, 0xff, 0xff}, {0xff, 0xff, 0xff, 0xff}}, // Borders {{0x73, 0x93, 0xad}, {0x73, 0x93, 0xad, 0x40}}, // Lakes -- 2.43.2