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

Function UpdateState

Source/objects.cpp:3709–3718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3707}
3708
3709void UpdateState(Object &object, int frame)
3710{
3711 if (object._oSelFlag == 0) {
3712 return;
3713 }
3714
3715 object._oSelFlag = 0;
3716 object._oAnimFrame = frame;
3717 object._oAnimFlag = false;
3718}
3719
3720} // namespace
3721

Callers 2

DeltaSyncOpObjectFunction · 0.85
SyncOpObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected