]> Pileus Git - grits/commitdiff
Remove haze over the oceans
authorAndy Spencer <andy753421@gmail.com>
Tue, 3 Jan 2012 07:35:54 +0000 (07:35 +0000)
committerAndy Spencer <andy753421@gmail.com>
Tue, 3 Jan 2012 07:35:54 +0000 (07:35 +0000)
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

index 0e8a656eca7a10a344a232ba03276a4f8e16daa2..96f2c994565c437fcb2cf84dc0c6aa6f04a35bdd 100644 (file)
@@ -35,7 +35,7 @@
 #define TILE_HEIGHT    512
 
 static const guchar colormap[][2][4] = {
 #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
        {{0xf6, 0xee, 0xee}, {0xf6, 0xee, 0xee, 0x00}}, // Ground
        {{0xff, 0xff, 0xff}, {0xff, 0xff, 0xff, 0xff}}, // Borders
        {{0x73, 0x93, 0xad}, {0x73, 0x93, 0xad, 0x40}}, // Lakes