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

Function reset_duplicate_opt_detection

src/options.c:6772–6779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6770}
6771
6772void
6773reset_duplicate_opt_detection(void)
6774{
6775 int k;
6776
6777 for (k = 0; k < OPTCOUNT; ++k)
6778 allopt[k].dupdetected = 0;
6779}
6780
6781staticfn boolean
6782duplicate_opt_detection(int optidx)

Callers 1

read_config_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected