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

Function init_ov_primary_symbols

src/symbols.c:121–128  ·  view source on GitHub ↗

initialize defaults for the overrides to the primary symset */

Source from the content-addressed store, hash-verified

119}
120/* initialize defaults for the overrides to the primary symset */
121void
122init_ov_primary_symbols(void)
123{
124 int i;
125
126 for (i = 0; i < SYM_MAX; i++)
127 go.ov_primary_syms[i] = (nhsym) 0;
128}
129
130nhsym
131get_othersym(int idx, int which_set)

Callers 2

initoptions_initFunction · 0.85
init_symbolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected