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

Function mar_change_button_char

outdated/win/gem/wingem1.c:1011–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011void
1012mar_change_button_char(OBJECT *z_ob, int nr, char ch)
1013{
1014 *ob_get_text(z_ob, nr, 0) = ch;
1015 ob_set_hotkey(z_ob, nr, ch);
1016}
1017
1018void
1019mar_set_dir_keys()

Callers 2

mar_set_dir_keysFunction · 0.85
Gem_yn_functionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected