smallmap_gui.c
changeset 3447 d136931464f7
parent 3441 d1cef7047cd4
child 3499 e95d6e5f66ae
--- a/smallmap_gui.c	Tue Apr 04 19:46:18 2006 +0000
+++ b/smallmap_gui.c	Tue Apr 04 21:35:13 2006 +0000
@@ -482,7 +482,7 @@
 
 	switch (t) {
 		case MP_CLEAR:
-			if (IsClearGround(tile, CL_GRASS) && GetClearDensity(tile) < 3) {
+			if (IsClearGround(tile, CLEAR_GRASS) && GetClearDensity(tile) < 3) {
 				bits = MKCOLOR(0x37373737);
 			} else {
 				bits = _vegetation_clear_bits[GetClearGround(tile)];