MCPcopy Create free account
hub / github.com/diasurgical/devilution / SyncQSTLever

Function SyncQSTLever

Source/objects.cpp:4193–4206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4191}
4192
4193void SyncQSTLever(int i)
4194{
4195 int tren;
4196
4197 if (object[i]._oAnimFrame == object[i]._oVar6) {
4198 ObjChangeMapResync(object[i]._oVar1, object[i]._oVar2, object[i]._oVar3, object[i]._oVar4);
4199 if (object[i]._otype == OBJ_BLINDBOOK) {
4200 tren = TransVal;
4201 TransVal = 9;
4202 DRLG_MRectTrans(object[i]._oVar1, object[i]._oVar2, object[i]._oVar3, object[i]._oVar4);
4203 TransVal = tren;
4204 }
4205 }
4206}
4207
4208void SyncPedistal(int i)
4209{

Callers 1

SyncObjectAnimFunction · 0.85

Calls 2

ObjChangeMapResyncFunction · 0.85
DRLG_MRectTransFunction · 0.85

Tested by

no test coverage detected