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

Function AddTorturedBody

Source/objects.cpp:1270–1275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1268}
1269
1270void AddTorturedBody(int i)
1271{
1272 object[i]._oRndSeed = GetRndSeed();
1273 object[i]._oAnimFrame = random_(0, 4) + 1;
1274 object[i]._oPreFlag = TRUE;
1275}
1276
1277void GetRndObjLoc(int randarea, int *xx, int *yy)
1278{

Callers 1

AddObjectFunction · 0.85

Calls 2

GetRndSeedFunction · 0.85
random_Function · 0.85

Tested by

no test coverage detected