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

Method mapRemove2

src/OpenLoco/src/World/Station.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void mapRemove2(const tile_coord_t x, const tile_coord_t y)
69 {
70 data[y * kMapColumns + x] &= ~(1 << enumValue(CatchmentFlags::flag_1));
71 }
72
73 void setTile(const tile_coord_t x, const tile_coord_t y, const CatchmentFlags flag)
74 {

Callers 1

doCalcAcceptedCargoFunction · 0.80

Calls 1

enumValueFunction · 0.85

Tested by

no test coverage detected