MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / ObjectStopAnim

Function ObjectStopAnim

Source/objects.cpp:1637–1643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1635}
1636
1637void ObjectStopAnim(Object &object)
1638{
1639 if (object._oAnimFrame == object._oAnimLen) {
1640 object._oAnimCnt = 0;
1641 object._oAnimDelay = 1000;
1642 }
1643}
1644
1645/**
1646 * @brief Checks if an open door can be closed

Callers 1

ProcessObjectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected