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

Function heed_this_option

src/options.c:10200–10205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10198}
10199
10200void
10201heed_this_option(enum opt optidx)
10202{
10203 if (optidx >= 0 && optidx < (enum opt) OPTCOUNT)
10204 allopt[optidx].disregarded = FALSE;
10205}
10206void
10207disregard_this_option(enum opt optidx)
10208{

Callers 1

rcfile_interface_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected