| 2475 | } |
| 2476 | |
| 2477 | staticfn char * |
| 2478 | get_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 */ |
| 2488 | void |
no test coverage detected