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

Function plsel_random_btn_callback

win/X11/winmisc.c:707–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707static void
708plsel_random_btn_callback(Widget w, XtPointer client, XtPointer call)
709{
710 nhUse(w);
711 nhUse(client);
712 nhUse(call);
713
714 X11_player_selection_randomize();
715}
716
717static void
718plsel_play_btn_callback(Widget w, XtPointer client, XtPointer call)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected