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

Function read_map

crawl-ref/source/maps.cc:1520–1526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1518}
1519
1520void read_map(const string &file)
1521{
1522 _parse_maps(lc_desfile = datafile_path(file));
1523 _dgn_flush_map_environments();
1524 // Force GC to prevent heap from swelling unnecessarily.
1525 dlua.gc();
1526}
1527
1528void read_maps()
1529{

Callers 1

dgn_load_des_fileFunction · 0.85

Calls 4

_parse_mapsFunction · 0.85
datafile_pathFunction · 0.85
gcMethod · 0.80

Tested by

no test coverage detected