Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1207
void AddDecap(int i)
1208
{
1209
object[i]._oRndSeed = GetRndSeed();
1210
object[i]._oAnimFrame = random_(151, 8) + 1;
1211
object[i]._oPreFlag = TRUE;
1212
}
1213
1214
void AddVilebook(int i)
1215
{
Callers
1
AddObject
Function · 0.85
Calls
2
GetRndSeed
Function · 0.85
random_
Function · 0.85
Tested by
no test coverage detected