0

Fixed ocean biomes being needlessly dark

partial fix for issue #676; thanks @contre
This commit is contained in:
Aaron Griffith
2012-05-11 22:09:10 -03:00
parent 0245c91e6d
commit 94c1e2980a

View File

@@ -49,7 +49,7 @@ typedef struct {
*/ */
static Biome biome_table[] = { static Biome biome_table[] = {
/* 0 */ /* 0 */
{"Ocean", 0.5, 0.5, 255, 255}, {"Ocean", 0.5, 0.5, 255, 255, 255},
{"Plains", 0.8, 0.4, 255, 255, 255}, {"Plains", 0.8, 0.4, 255, 255, 255},
{"Desert", 2.0, 0.0, 255, 255, 255}, {"Desert", 2.0, 0.0, 255, 255, 255},
{"Extreme Hills", 0.2, 0.3, 255, 255, 255}, {"Extreme Hills", 0.2, 0.3, 255, 255, 255},