@@ -348,13 +348,14 @@ static uint32 INLINE GetSmallMapCountour
}
static void DrawSmallMapContours(byte *dst, uint xc, uint yc, int pitch, int reps, uint32 mask)
{
do {
if (xc < TILE_X_MAX && yc < TILE_Y_MAX)
WRITE_PIXELS_OR( dst, GetSmallMapCountoursPixels(TILE_XY(xc,yc)) & mask );
if (dst > _screen.dst_ptr && dst < (_screen.dst_ptr + _screen.width * _screen.height - _screen.width) )
} while (xc++,yc++,dst+=pitch,--reps != 0);
static uint32 INLINE GetSmallMapVehiclesPixels(uint tile)
Status change: