smallmap_gui.c
changeset 3441 d1cef7047cd4
parent 3421 8ab76c47c72c
child 3447 d136931464f7
--- a/smallmap_gui.c	Tue Apr 04 06:04:54 2006 +0000
+++ b/smallmap_gui.c	Tue Apr 04 06:25:05 2006 +0000
@@ -494,7 +494,7 @@
 			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);