MCPcopy Index your code
hub / github.com/NetHack/NetHack / if

Function if

src/detect.c:1890–1893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

flush_screenFunction · 0.85

Tested by

no test coverage detected