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

Function plsel_randomize

win/X11/winmisc.c:400–409  ·  view source on GitHub ↗

ARGSUSED */

Source from the content-addressed store, hash-verified

398
399/* ARGSUSED */
400void
401plsel_randomize(Widget w, XEvent *event, String *params, Cardinal *num_params)
402{
403 nhUse(w);
404 nhUse(event);
405 nhUse(params);
406 nhUse(num_params);
407
408 X11_player_selection_randomize();
409}
410
411/* enable or disable the Play button */
412static void

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected