MCPcopy Index your code
hub / github.com/NetHack/NetHack / wallification

Function wallification

src/mkmaze.c:289–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void
290wallification(coordxy x1, coordxy y1, coordxy x2, coordxy y2)
291{
292 wall_cleanup(x1, y1, x2, y2);
293 fix_wall_spines(x1, y1, x2, y2);
294}
295
296staticfn boolean
297okay(coordxy x, coordxy y, coordxy dir)

Callers 6

do_room_or_subroomFunction · 0.85
baalz_fixupFunction · 0.85
makemazFunction · 0.85
lspo_finalize_levelFunction · 0.85
load_specialFunction · 0.85

Calls 2

wall_cleanupFunction · 0.85
fix_wall_spinesFunction · 0.85

Tested by

no test coverage detected