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

Function DoAutoMap

Source/control.cpp:932–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930}
931
932void DoAutoMap()
933{
934 if (currlevel || gbMaxPlayers != 1) {
935 if (!automapflag)
936 StartAutomap();
937 else
938 automapflag = FALSE;
939 } else {
940 InitDiabloMsg(EMSG_NO_AUTOMAP_IN_TOWN);
941 }
942}
943
944/**
945 * Checks the mouse cursor position within the control panel and sets information

Callers 2

PressKeyFunction · 0.85
CheckBtnUpFunction · 0.85

Calls 2

StartAutomapFunction · 0.85
InitDiabloMsgFunction · 0.85

Tested by

no test coverage detected