From: Andy Spencer Date: Tue, 3 Jan 2012 07:35:54 +0000 (+0000) Subject: Remove haze over the oceans X-Git-Tag: v0.7~34 X-Git-Url: http://pileus.org/git/?p=grits;a=commitdiff_plain;h=2513ab088774458af5a0419afc7eff5250dfce8e 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.. --- 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