Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
422
BOOL WallTrapLocOk(int xp, int yp)
423
{
424
if (dFlags[xp][yp] & BFLAG_POPULATED)
425
return FALSE;
426
return TRUE;
427
}
428
429
void AddL2Torches()
430
{
Callers
1
AddL2Torches
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected