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

Function disregard_this_option

src/options.c:10206–10211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10204 allopt[optidx].disregarded = FALSE;
10205}
10206void
10207disregard_this_option(enum opt optidx)
10208{
10209 if (optidx >= 0 && optidx < (enum opt) OPTCOUNT)
10210 allopt[optidx].disregarded = TRUE;
10211}
10212
10213
10214

Callers 1

rcfile_interface_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected