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

Function WallTrapLocOk

Source/objects.cpp:422–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422BOOL WallTrapLocOk(int xp, int yp)
423{
424 if (dFlags[xp][yp] & BFLAG_POPULATED)
425 return FALSE;
426 return TRUE;
427}
428
429void AddL2Torches()
430{

Callers 1

AddL2TorchesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected