MCPcopy 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
583static void PlaceHallExt(int nX, int nY)
584{
585 if (predungeon[nX][nY] == 32) {
586 predungeon[nX][nY] = 44;
587 }
588}
589
590static void AddHall(int nX1, int nY1, int nX2, int nY2, int nHd)
591{

Callers 1

ConnectHallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected