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

Function _automap_from

crawl-ref/source/map-knowledge.cc:100–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100static void _automap_from(int x, int y, int level)
101{
102 if (level)
103 {
104 magic_mapping(LOS_MAX_RANGE * level, 25,
105 true, false, true, false, true,
106 coord_def(x,y));
107 }
108}
109
110static int _map_quality()
111{

Callers 2

reautomap_levelFunction · 0.85
set_terrain_seenFunction · 0.85

Calls 2

magic_mappingFunction · 0.85
coord_defClass · 0.70

Tested by

no test coverage detected