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

Function repopulate_perminvent

src/invent.c:3455–3460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3453}
3454
3455void
3456repopulate_perminvent(void)
3457{
3458 (void) display_pickinv(NULL, (char *) 0, (char *) 0,
3459 FALSE, FALSE, (long *) 0);
3460}
3461
3462/*
3463 * Show what is current using inventory letters.

Callers 5

shim_update_inventoryFunction · 0.85
mswin_update_inventoryFunction · 0.85
curs_update_invtFunction · 0.85
X11_update_inventoryFunction · 0.85
amii_update_inventoryFunction · 0.85

Calls 1

display_pickinvFunction · 0.85

Tested by

no test coverage detected