MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / clearTilePointers

Function clearTilePointers

src/OpenLoco/src/Map/TileManager.cpp:628–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626 }
627
628 static void clearTilePointers()
629 {
630 std::ranges::fill(_tiles, nullptr);
631 }
632
633 // 0x00461348
634 void updateTilePointers()

Callers 1

updateTilePointersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected