0

fixed typo in biomes.h

This commit is contained in:
Aaron Griffith
2016-06-10 20:15:18 -04:00
parent 67a77c7c05
commit 1c25b16ec6

View File

@@ -87,7 +87,7 @@ static Biome biome_table[] = {
{"Savanna Plateau", 1.0, 0.1, 255, 255, 255},
{"Mesa", 1.8, 0.0, 255, 255, 255},
{"Mesa Plateau F", 1.8, 0.0, 255, 255, 255},
{"Mesa Plateau", 1.8, 0.0, 255, 255, 255}
{"Mesa Plateau", 1.8, 0.0, 255, 255, 255},
/* 40 */
{"", 0.0, 0.0, 255, 255, 255},
{"", 0.0, 0.0, 255, 255, 255},