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

Function OperateCauldron

Source/objects.cpp:3541–3549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3539}
3540
3541void OperateCauldron(int pnum, int i, int sType)
3542{
3543 SetRndSeed(object[i]._oRndSeed);
3544 object[i]._oVar1 = FindValidShrine(i);
3545 OperateShrine(pnum, i, sType);
3546 object[i]._oAnimFrame = 3;
3547 object[i]._oAnimFlag = 0;
3548 force_redraw = 255;
3549}
3550
3551BOOL OperateFountains(int pnum, int i)
3552{

Callers 2

OperateObjectFunction · 0.85
SyncOpObjectFunction · 0.85

Calls 3

SetRndSeedFunction · 0.85
FindValidShrineFunction · 0.85
OperateShrineFunction · 0.85

Tested by

no test coverage detected