Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ Obj_StopAnim
Function
Obj_StopAnim
Source/objects.cpp:1541–1547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1539
}
1540
1541
void Obj_StopAnim(int i)
1542
{
1543
if (object[i]._oAnimFrame == object[i]._oAnimLen) {
1544
object[i]._oAnimCnt = 0;
1545
object[i]._oAnimDelay = 1000;
1546
}
1547
}
1548
1549
void Obj_Door(int i)
1550
{
Callers
1
ProcessObjects
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected