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

Function AddMurkyFountain

Source/objects.cpp:1190–1200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188}
1189
1190void AddMurkyFountain(int i)
1191{
1192 int ox, oy;
1193
1194 ox = object[i]._ox;
1195 oy = object[i]._oy;
1196 dObject[ox][oy - 1] = -1 - i;
1197 dObject[ox - 1][oy] = -1 - i;
1198 dObject[ox - 1][oy - 1] = -1 - i;
1199 object[i]._oRndSeed = GetRndSeed();
1200}
1201
1202void AddTearFountain(int i)
1203{

Callers 1

AddObjectFunction · 0.85

Calls 1

GetRndSeedFunction · 0.85

Tested by

no test coverage detected