0

watercolor will now be used if it can be loaded

Right now the Biome Extractor does not extract this with the other
biome colors, so making it *required* would lead to a lot of errors
for people running servers that don't have the client jar.

Once the Biome Extractor has been changed, this should also.
This commit is contained in:
Aaron Griffith
2011-09-19 21:05:20 -04:00
parent 14b639d5dc
commit 4e3a92874c
3 changed files with 53 additions and 14 deletions

View File

@@ -125,7 +125,7 @@ typedef struct {
/* biome data for the region */
PyObject *biome_data;
/* grasscolor and foliagecolor lookup tables */
PyObject *grasscolor, *foliagecolor;
PyObject *grasscolor, *foliagecolor, *watercolor;
/* biome-compatible grass/leaf textures */
PyObject *grass_texture;