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

Function set_grayscale

win/share/tiletext.c:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89};
90
91void
92set_grayscale(int gs)
93{
94 grayscale = gs;
95}
96
97/* read next line; repeat until it's a non-comment; populates 'inbuf[]';
98 the buffer might already have data (first line after colormap) */

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected