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

View File

@@ -549,7 +549,7 @@ mac_askname()
currrole = flags.initrole;
/* Check for backward compatibility */
else if ((currrole = str2role(pl_character)) < 0)
currrole = randrole();
currrole = randrole(FALSE);
/* Initialize the race popup menu */
if (!(askmenu[RSRC_ASK_RACE] = NewMenu(RSRC_ASK_RACE, "\p")))