role selection typo (trunk only)
tty's role confirmation menu was always showing "dwarven" as the chosen race. I don't know how many times I saw it without ever realizing. ``races[FACE]'' in the code eventually stood out enough to be noticed. :-)
This commit is contained in:
@@ -771,7 +771,7 @@ tty_player_selection()
|
|||||||
else
|
else
|
||||||
*plbuf = '\0'; /* omit redundant gender */
|
*plbuf = '\0'; /* omit redundant gender */
|
||||||
Sprintf(pbuf, "%s, %s%s %s %s",
|
Sprintf(pbuf, "%s, %s%s %s %s",
|
||||||
plname, aligns[ALGN].adj, plbuf, races[FACE].adj,
|
plname, aligns[ALGN].adj, plbuf, races[RACE].adj,
|
||||||
(GEND == 1 && roles[ROLE].name.f) ?
|
(GEND == 1 && roles[ROLE].name.f) ?
|
||||||
roles[ROLE].name.f : roles[ROLE].name.m);
|
roles[ROLE].name.f : roles[ROLE].name.m);
|
||||||
add_menu(win, NO_GLYPH, &any, ' ', 0, ATR_NONE,
|
add_menu(win, NO_GLYPH, &any, ' ', 0, ATR_NONE,
|
||||||
|
|||||||
Reference in New Issue
Block a user