(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/

This commit is contained in:
tron
2006-04-04 06:25:05 +00:00
parent 5f7a0a748d
commit cc0ffe6582
3 changed files with 60 additions and 59 deletions

View File

@@ -494,7 +494,7 @@ static inline uint32 GetSmallMapVegetationPixels(TileIndex tile)
break;
case MP_TREES:
if (GetTreeGround(tile) == TR_SNOW_DESERT) {
if (GetTreeGround(tile) == TREE_GROUND_SNOW_DESERT) {
bits = (_opt.landscape == LT_HILLY) ? MKCOLOR(0x98575798) : MKCOLOR(0xC25757C2);
} else {
bits = MKCOLOR(0x54575754);