diff -r b1945642bf27 -r 1370de8783d3 tree_cmd.c --- a/tree_cmd.c Wed Nov 16 11:55:06 2005 +0000 +++ b/tree_cmd.c Wed Nov 16 12:01:46 2005 +0000 @@ -251,7 +251,7 @@ { uint16 m2; const uint32 *s; - const byte *d; + const TreePos* d; byte z; m2 = _m[ti->tile].m2; @@ -308,10 +308,10 @@ uint32 image = s[0] + (--i == 0 ? GB(ti->map5, 0, 3) : 3); if (_display_opt & DO_TRANS_BUILDINGS) MAKE_TRANSPARENT(image); te[i].image = image; - te[i].x = d[0]; - te[i].y = d[1]; + te[i].x = d->x; + te[i].y = d->y; s++; - d += 2; + d++; } while (i); /* draw them in a sorted way */