diff --git a/src/windows/map.c b/src/windows/map.c index 22179e1b98..163604d879 100644 --- a/src/windows/map.c +++ b/src/windows/map.c @@ -1546,9 +1546,6 @@ static uint16 map_window_get_pixel_colour_peep(int x, int y) if (!(mapElement->properties.surface.ownership & OWNERSHIP_OWNED)) colour = 10 | (colour & 0xFF00); - if (!(mapElement->flags & (1 << 5))) - colour = 10 | (colour & 0xFF00); - while (!map_element_is_last_for_tile(mapElement++)) { int mapElementType = map_element_get_type(mapElement); colour &= ElementTypeMaskColour[mapElementType >> 2];