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

Function mar_set_tilex

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

Source from the content-addressed store, hash-verified

373 Tilefile = name;
374}
375void
376mar_set_tilex(value)
377int value;
378{
379 Min(&value, 32);
380 Max(&value, 1);
381 Tile_width = value;
382}
383void
384mar_set_tiley(value)
385int value;

Callers 1

Gem_init_nhwindowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected