Viewport: Replace viewport mark dirty if zoom level below with flags param
Fix missing flags for tracerestrict and effect vehicles
This commit is contained in:
@@ -1220,7 +1220,7 @@ static void DoDryUp(TileIndex tile)
|
||||
|
||||
case MP_TREES:
|
||||
SetTreeGroundDensity(tile, TREE_GROUND_GRASS, 3);
|
||||
MarkTileDirtyByTile(tile, ZOOM_LVL_DRAW_MAP);
|
||||
MarkTileDirtyByTile(tile, VMDF_NOT_MAP_MODE);
|
||||
break;
|
||||
|
||||
case MP_WATER:
|
||||
|
Reference in New Issue
Block a user