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

Function md_ignored_features

src/mdlib.c:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233#endif /* !MAKEDEFS_C */
234
235unsigned long
236md_ignored_features(void)
237{
238 return (0UL
239 | (1UL << 19) /* SCORE_ON_BOTL */
240 | SFCTOOL_BIT /* stored by SFCTOOL, not NetHack itself */
241 );
242}
243
244#ifndef SFCTOOL
245staticfn

Callers 2

populate_nomakedefsFunction · 0.85
do_dateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected