Merge branch 'win-minor' of https://rodney.nethack.org:20040/git/NHsource into win-minor

This commit is contained in:
Bart House
2018-12-15 17:35:43 -08:00
11 changed files with 172 additions and 62 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ int
mswin_ext_cmd_window(int *selection)
{
if (iflags.debug_fuzzer) {
*selection = rn2(extcmdlist_length + 1) - 1;
*selection = rnd_extcmd_idx();
if (*selection != -1)
return IDOK;