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

Function skip_pager

src/questpgr.c:458–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458staticfn boolean
459skip_pager(boolean common UNUSED)
460{
461 /* WIZKIT: suppress plot feedback if starting with quest artifact */
462 if (program_state.wizkit_wishing)
463 return TRUE;
464 return FALSE;
465}
466
467staticfn boolean
468com_pager_core(

Callers 1

com_pager_coreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected