Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ PlaceHallExt
Function
PlaceHallExt
Source/drlg_l2.cpp:583–588 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
581
}
582
583
static void PlaceHallExt(int nX, int nY)
584
{
585
if (predungeon[nX][nY] == 32) {
586
predungeon[nX][nY] = 44;
587
}
588
}
589
590
static void AddHall(int nX1, int nY1, int nX2, int nY2, int nHd)
591
{
Callers
1
ConnectHall
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected