MCPcopy Create free account
hub / github.com/crawl/crawl / init_from

Method init_from

crawl-ref/source/mapmark.cc:1023–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021}
1022
1023void map_markers::init_from(const map_markers &c)
1024{
1025 for (const auto &entry : c.markers)
1026 add(entry.second->clone());
1027 have_inactive_markers = c.have_inactive_markers;
1028}
1029
1030void map_markers::clear_need_activate()
1031{

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected