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

Function AddArmorStand

Source/objects.cpp:1170–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168}
1169
1170void AddArmorStand(int i)
1171{
1172 if (!armorFlag) {
1173 object[i]._oAnimFlag = 2;
1174 object[i]._oSelFlag = 0;
1175 }
1176
1177 object[i]._oRndSeed = GetRndSeed();
1178}
1179
1180void AddGoatShrine(int i)
1181{

Callers 1

AddObjectFunction · 0.85

Calls 1

GetRndSeedFunction · 0.85

Tested by

no test coverage detected