0

Tall grass is now biome tinted.

This commit is contained in:
Alejandro Aguilera
2011-05-31 18:21:47 +02:00
parent fcd29234ff
commit d95ae73286
5 changed files with 33 additions and 7 deletions

View File

@@ -79,7 +79,7 @@ typedef struct {
/* grasscolor and foliagecolor lookup tables */
PyObject *grasscolor, *foliagecolor;
/* biome-compatible grass/leaf textures */
PyObject *grass_texture, *leaf_texture;
PyObject *grass_texture, *leaf_texture, *tall_grass_texture, *tall_fern_texture;
/* top facemask for grass biome tinting */
PyObject *facemask_top;
} RenderModeNormal;