MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / MapInvalidateTileUnderZoom

Function MapInvalidateTileUnderZoom

src/openrct2/world/Map.cpp:1704–1710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1702 }
1703
1704 static void MapInvalidateTileUnderZoom(int32_t x, int32_t y, int32_t z0, int32_t z1, ZoomLevel maxZoom)
1705 {
1706 if (gOpenRCT2Headless)
1707 return;
1708
1709 ViewportsInvalidate(x, y, z0, z1, maxZoom);
1710 }
1711
1712 /**
1713 *

Callers 3

MapInvalidateTileFunction · 0.85
MapInvalidateTileZoom1Function · 0.85
MapInvalidateTileZoom0Function · 0.85

Calls 1

ViewportsInvalidateFunction · 0.85

Tested by

no test coverage detected