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

Function AddL3Door

Source/objects.cpp:1038–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1036}
1037
1038void AddL3Door(int i, int x, int y, int ot)
1039{
1040 object[i]._oDoorFlag = TRUE;
1041 if (ot == OBJ_L3LDOOR)
1042 ObjSetMicro(x, y, 531);
1043 else
1044 ObjSetMicro(x, y, 534);
1045 object[i]._oVar4 = 0;
1046}
1047
1048void AddSarc(int i)
1049{

Callers 1

AddObjectFunction · 0.85

Calls 1

ObjSetMicroFunction · 0.85

Tested by

no test coverage detected