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

Function reset_customcolors

src/glyphs.c:1178–1183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1176}
1177
1178void
1179reset_customcolors(void)
1180{
1181 clear_all_glyphmap_colors();
1182 apply_customizations(gc.currentgraphics, do_custom_colors);
1183}
1184
1185/* not used yet */
1186

Callers 1

reset_needed_visualsFunction · 0.85

Calls 2

apply_customizationsFunction · 0.85

Tested by

no test coverage detected