MCPcopy Create free account
hub / github.com/diasurgical/devilution / InitAutomapOnce

Function InitAutomapOnce

Source/automap.cpp:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#define MAPFLAG_STAIRS 0x80
38
39void InitAutomapOnce()
40{
41 automapflag = FALSE;
42 AutoMapScale = 50;
43 AmLine64 = 32;
44 AmLine32 = 16;
45 AmLine16 = 8;
46 AmLine8 = 4;
47 AmLine4 = 2;
48}
49
50void InitAutomap()
51{

Callers 2

TESTFunction · 0.85
LoadGameLevelFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68