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

Function AddVileObjs

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

Source from the content-addressed store, hash-verified

97}
98
99void AddVileObjs()
100{
101 SetObjMapRange(ObjIndex(26, 45), 1, 1, 9, 10, 1);
102 SetObjMapRange(ObjIndex(45, 46), 11, 1, 20, 10, 2);
103 SetObjMapRange(ObjIndex(35, 36), 7, 11, 13, 18, 3);
104}
105
106void DRLG_SetMapTrans(char *sFileName)
107{

Callers 1

LoadSetMapFunction · 0.85

Calls 2

SetObjMapRangeFunction · 0.85
ObjIndexFunction · 0.85

Tested by

no test coverage detected