Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ Obj_Sarc
Function
Obj_Sarc
Source/objects.cpp:1570–1574 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1568
}
1569
1570
void Obj_Sarc(int i)
1571
{
1572
if (object[i]._oAnimFrame == object[i]._oAnimLen)
1573
object[i]._oAnimFlag = 0;
1574
}
1575
1576
void ActivateTrapLine(int ttype, int tid)
1577
{
Callers
1
ProcessObjects
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected