Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-10-06 09:16:23 -04:00
14 changed files with 91 additions and 87 deletions

View File

@@ -462,7 +462,7 @@ curses_choose_character()
tmpchoice[count] = toupper(tmpchoice[count]);
}
sprintf(choice, "%s%s", choice, tmpchoice);
strcat(choice, tmpchoice);
/* prevent an unnecessary prompt */
rigid_role_checks();