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

Function copy_hack_content

sys/windows/windmain.c:827–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825}
826
827void
828copy_hack_content(void)
829{
830 nhassert(fqn_prefix_locked[HACKPREFIX]);
831
832 /* Keep Guidebook and opthelp up to date */
833 update_file(gf.fqn_prefix[HACKPREFIX], GUIDEBOOK_FILE,
834 gf.fqn_prefix[DATAPREFIX], GUIDEBOOK_FILE, FALSE);
835 update_file(gf.fqn_prefix[HACKPREFIX], OPTIONFILE,
836 gf.fqn_prefix[DATAPREFIX], OPTIONFILE, FALSE);
837}
838
839
840#ifdef PORT_HELP

Callers 1

MAINFunction · 0.85

Calls 1

update_fileFunction · 0.85

Tested by

no test coverage detected