| 1888 | You("don't find anything."); |
| 1889 | #if FOUND_FLASH_COUNT == 0 |
| 1890 | else if (tmp_num) { |
| 1891 | flush_screen(1); |
| 1892 | display_nhwindow(WIN_MAP, TRUE); |
| 1893 | } |
| 1894 | tmp_at(DISP_END, GLYPH_NOTHING); /* note: outside of 'if (tmp_num) { }' */ |
| 1895 | #endif |
| 1896 |
nothing calls this directly
no test coverage detected