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

Function AddPurifyingFountain

Source/objects.cpp:1158–1168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1156}
1157
1158void AddPurifyingFountain(int i)
1159{
1160 int ox, oy;
1161
1162 ox = object[i]._ox;
1163 oy = object[i]._oy;
1164 dObject[ox][oy - 1] = -1 - i;
1165 dObject[ox - 1][oy] = -1 - i;
1166 dObject[ox - 1][oy - 1] = -1 - i;
1167 object[i]._oRndSeed = GetRndSeed();
1168}
1169
1170void AddArmorStand(int i)
1171{

Callers 1

AddObjectFunction · 0.85

Calls 1

GetRndSeedFunction · 0.85

Tested by

no test coverage detected