summaryrefslogtreecommitdiff
path: root/smallmap_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-04-04 06:25:05 +0000
committertron <tron@openttd.org>2006-04-04 06:25:05 +0000
commitcc0ffe658224ca45262affab3df0c5900f084d05 (patch)
treebc4ef561c0c6d4fdd7f00e33ee0605e1cf268633 /smallmap_gui.c
parent5f7a0a748d2c9525bd69335c42db8d1996da15c7 (diff)
downloadopenttd-cc0ffe658224ca45262affab3df0c5900f084d05.tar.xz
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
Diffstat (limited to 'smallmap_gui.c')
-rw-r--r--smallmap_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smallmap_gui.c b/smallmap_gui.c
index e9401702b..4e2851a48 100644
--- a/smallmap_gui.c
+++ b/smallmap_gui.c
@@ -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);