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

Function map_location

src/display.c:474–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472 } while (0)
473
474void
475map_location(coordxy x, coordxy y, int show)
476{
477 _map_location(x, y, show);
478}
479
480/* display something on monster layer; may need to fixup object layer */
481staticfn void

Callers 3

start_engulfFunction · 0.85
u_on_newposFunction · 0.85
clear_fcorrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected