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

Function gnome_update_inventory

outdated/win/gnome/gnbind.c:792–796  ·  view source on GitHub ↗

-- Indicate to the window port that the inventory has been changed. -- Merely calls repopulate_perminvent() for window-ports that leave the window up, otherwise empty. */

Source from the content-addressed store, hash-verified

790 window up, otherwise empty.
791*/
792void
793gnome_update_inventory()
794{
795 ghack_main_window_update_inventory();
796}
797
798/*
799mark_synch() -- Don't go beyond this point in I/O on any channel until

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected