Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-01-29 22:34:07 -05:00
15 changed files with 74 additions and 46 deletions

View File

@@ -159,7 +159,7 @@ gnome_player_selection()
sel = pick_role(flags.initrace, flags.initgend, flags.initalign,
PICK_RANDOM);
if (sel < 0)
sel = randrole();
sel = randrole(FALSE);
}
flags.initrole = sel;