Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1230
staticfn boolean
1231
cnf_line_SOUND(char *bufp)
1232
{
1233
add_sound_mapping(bufp);
1234
return TRUE;
1235
}
1236
#endif /*USER_SOUNDS*/
1237
1238
staticfn boolean
Callers
nothing calls this directly
Calls
1
add_sound_mapping
Function · 0.85
Tested by
no test coverage detected