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

Function maybe_shuffle_customizations

src/glyphs.c:580–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578 */
579
580void
581maybe_shuffle_customizations(void)
582{
583 if (iflags.pending_customizations) {
584 shuffle_customizations();
585 iflags.pending_customizations = 0;
586 }
587}
588
589#if 0
590staticfn void

Callers 1

allmain.cFile · 0.85

Calls 1

shuffle_customizationsFunction · 0.85

Tested by

no test coverage detected