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

Function SyncBreakObj

Source/objects.cpp:4132–4136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4130}
4131
4132void SyncBreakObj(int pnum, int oi)
4133{
4134 if (object[oi]._otype >= OBJ_BARREL && object[oi]._otype <= OBJ_BARRELEX)
4135 BreakBarrel(pnum, oi, 0, TRUE, FALSE);
4136}
4137
4138void SyncL1Doors(int i)
4139{

Callers 2

DeltaLoadLevelFunction · 0.85
On_BREAKOBJFunction · 0.85

Calls 1

BreakBarrelFunction · 0.85

Tested by

no test coverage detected