Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
580
void
581
maybe_shuffle_customizations(void)
582
{
583
if (iflags.pending_customizations) {
584
shuffle_customizations();
585
iflags.pending_customizations = 0;
586
}
587
}
588
589
#if 0
590
staticfn void
Callers
1
allmain.c
File · 0.85
Calls
1
shuffle_customizations
Function · 0.85
Tested by
no test coverage detected