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

Function AddDecap

Source/objects.cpp:1207–1212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205}
1206
1207void AddDecap(int i)
1208{
1209 object[i]._oRndSeed = GetRndSeed();
1210 object[i]._oAnimFrame = random_(151, 8) + 1;
1211 object[i]._oPreFlag = TRUE;
1212}
1213
1214void AddVilebook(int i)
1215{

Callers 1

AddObjectFunction · 0.85

Calls 2

GetRndSeedFunction · 0.85
random_Function · 0.85

Tested by

no test coverage detected