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

Function mar_set_tiley

outdated/win/gem/wingem1.c:383–390  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

381 Tile_width = value;
382}
383void
384mar_set_tiley(value)
385int value;
386{
387 Min(&value, 32);
388 Max(&value, 1);
389 Tile_heigth = value;
390}
391/****************************** userdef_draw
392 * *************************************/
393

Callers 1

Gem_init_nhwindowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected