Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void 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
50
void InitAutomap()
51
{
Callers
2
TEST
Function · 0.85
LoadGameLevel
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68