| 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 | * |
no test coverage detected