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

Method setMarker

src/OpenLoco/src/Map/MapGenerator/HeightMap.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 void HeightMap::setMarker(TilePos2 pos)
24 {
25 (*this)[pos] |= kHeightmapMarkedFlag;
26 }
27
28 void HeightMap::unsetMarker(TilePos2 pos)
29 {

Calls

no outgoing calls

Tested by

no test coverage detected