Fix ground/tree tile vegetation changes not updating map mode viewports

(In vegetation mode)
This commit is contained in:
Jonathan G Rennison
2022-01-09 21:00:11 +00:00
parent d56f7e7060
commit dfc6e309d0
4 changed files with 14 additions and 12 deletions

View File

@@ -338,7 +338,7 @@ static void TileLoop_Clear(TileIndex tile)
return;
}
MarkTileDirtyByTile(tile, VMDF_NOT_MAP_MODE);
MarkTileDirtyByTile(tile, VMDF_NOT_MAP_MODE_NON_VEG);
}
void GenerateClearTile()