Allow picking a used inventory letter from menu when #adjusting

This commit is contained in:
Pasi Kallinen
2016-01-06 14:05:24 +02:00
parent 4c016853d4
commit 5ccfd34328
2 changed files with 2 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ fix unmapped branch stairs on sokoban level
redraw map when hilite_pile is toggled to display the highlighting
make commands that accept a count prefix for item selection
show "Count:" like command repeating does
allow picking a used inventory letter from menu when #adjusting
Platform- and/or Interface-Specific Fixes

View File

@@ -2182,7 +2182,7 @@ char avoidlet;
}
end_menu(win, "Inventory letters used:");
n = select_menu(win, PICK_NONE, &selected);
n = select_menu(win, PICK_ONE, &selected);
if (n > 0) {
ret = selected[0].item.a_char;
free((genericptr_t) selected);