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

Function mar_get_rsc_tree

outdated/win/gem/wingem1.c:968–975  ·  view source on GitHub ↗
(obj_number, z_ob_obj)

Source from the content-addressed store, hash-verified

966}
967
968void
969mar_get_rsc_tree(obj_number, z_ob_obj)
970int obj_number;
971OBJECT **z_ob_obj;
972{
973 rsrc_gaddr(R_TREE, obj_number, z_ob_obj);
974 fix_objects(*z_ob_obj, SCALING, 0, 0);
975}
976
977void mar_clear_map(void);
978

Callers 1

mar_gem_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected