MCPcopy Create free account
hub / github.com/NetHack/NetHack / sel_set_wallify

Function sel_set_wallify

src/sp_lev.c:5954–5958  ·  view source on GitHub ↗

ARGSUSED*/

Source from the content-addressed store, hash-verified

5952#if 0
5953/*ARGSUSED*/
5954staticfn void
5955sel_set_wallify(coordxy x, coordxy y, genericptr_t arg UNUSED)
5956{
5957 wallify_map(x, y, x, y);
5958}
5959#endif
5960
5961/* TODO: wallify(selection) */

Callers

nothing calls this directly

Calls 1

wallify_mapFunction · 0.85

Tested by

no test coverage detected