[grits] Remove haze over the oceans



commit 2513ab088774458af5a0419afc7eff5250dfce8e
Author: Andy Spencer <andy753421 gmail com>
Date:   Tue Jan 3 07:35:54 2012 +0000

    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 files changed, 1 insertions(+), 1 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]