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

Function heed_all_options

src/options.c:10182–10189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10180}
10181
10182void
10183heed_all_options(void)
10184{
10185 int i;
10186
10187 for (i = 0; i < OPTCOUNT; i++)
10188 allopt[i].disregarded = FALSE;
10189}
10190
10191void
10192disregard_all_options(void)

Callers 2

allopt_array_initFunction · 0.85
rcfile_interface_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected