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

Function get_annotation

src/dungeon.c:2477–2485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2475}
2476
2477staticfn char *
2478get_annotation(d_level *lev)
2479{
2480 mapseen *mptr;
2481
2482 if ((mptr = find_mapseen(lev)))
2483 return mptr->custom;
2484 return NULL;
2485}
2486
2487/* print the annotation for the current level, if it exists */
2488void

Callers 1

print_level_annotationFunction · 0.85

Calls 1

find_mapseenFunction · 0.85

Tested by

no test coverage detected