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

Function chr_u_on_lvl

src/dungeon.c:2255–2259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2253}
2254
2255staticfn char
2256chr_u_on_lvl(d_level *dlev)
2257{
2258 return u.uz.dnum == dlev->dnum && u.uz.dlevel == dlev->dlevel ? '*' : ' ';
2259}
2260
2261/* Print all child branches between the lower and upper bounds. */
2262staticfn void

Callers 2

print_branchFunction · 0.85
print_dungeonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected