randrole() fix
Give all the calls to randrole() its new argument.
This commit is contained in:
@@ -543,7 +543,7 @@ curses_choose_character()
|
||||
sel = pick_role(flags.initrace, flags.initgend,
|
||||
flags.initalign, PICK_RANDOM);
|
||||
if (sel < 0)
|
||||
sel = randrole();
|
||||
sel = randrole(FALSE);
|
||||
}
|
||||
|
||||
flags.initrole = sel;
|
||||
|
||||
Reference in New Issue
Block a user