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

Function disregard_all_options

src/options.c:10191–10198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10189}
10190
10191void
10192disregard_all_options(void)
10193{
10194 int i;
10195
10196 for (i = 0; i < OPTCOUNT ; i++)
10197 allopt[i].disregarded = TRUE;
10198}
10199
10200void
10201heed_this_option(enum opt optidx)

Callers 1

rcfile_interface_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected