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

Function somey

src/mkroom.c:671–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671int
672somey(struct mkroom *croom)
673{
674 return rn1(croom->hy - croom->ly + 1, croom->ly);
675}
676
677boolean
678inside_room(struct mkroom *croom, coordxy x, coordxy y)

Callers 5

somexyFunction · 0.85
makerogueghostFunction · 0.85
generate_stairsFunction · 0.85
fixup_specialFunction · 0.85
lspo_mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected