MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / LoadArenaMap

Function LoadArenaMap

Source/levels/setmaps.cpp:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void LoadArenaMap(const char *path, Point viewPosition, Point exitTrigger)
98{
99 LoadCustomMap(path, viewPosition);
100 trigflag = false;
101 numtrigs = 1;
102 trigs[0].position = exitTrigger;
103 trigs[0]._tmsg = WM_DIABRTNLVL;
104}
105
106} // namespace
107

Callers 1

LoadSetMapFunction · 0.85

Calls 1

LoadCustomMapFunction · 0.85

Tested by

no test coverage detected