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

Function dogenocided

src/insight.c:3134–3139  ·  view source on GitHub ↗

M-g - #genocided command */

Source from the content-addressed store, hash-verified

3132
3133/* M-g - #genocided command */
3134int
3135dogenocided(void)
3136{
3137 list_genocided(iflags.menu_requested ? 'a' : 'y', FALSE);
3138 return ECMD_OK;
3139}
3140
3141DISABLE_WARNING_FORMAT_NONLITERAL
3142

Callers

nothing calls this directly

Calls 1

list_genocidedFunction · 0.85

Tested by

no test coverage detected