randrole() fix

Give all the calls to randrole() its new argument.
This commit is contained in:
PatR
2019-01-29 17:14:55 -08:00
parent d32b2c8188
commit 37e5a9cad2
8 changed files with 18 additions and 18 deletions
+1 -1
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;