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

Function cnf_line_SOUND

src/cfgfiles.c:1230–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228}
1229
1230staticfn boolean
1231cnf_line_SOUND(char *bufp)
1232{
1233 add_sound_mapping(bufp);
1234 return TRUE;
1235}
1236#endif /*USER_SOUNDS*/
1237
1238staticfn boolean

Callers

nothing calls this directly

Calls 1

add_sound_mappingFunction · 0.85

Tested by

no test coverage detected