getobj using counts from inventory display

getobj used display_inventory when "?" was selected.  However, any count
entered via the menu interface was lost.  Provide a new internal function
that can return both a letter and a count
This commit is contained in:
cohrs
2002-01-26 20:21:18 +00:00
parent 1454fb5e71
commit 494b133ec2
2 changed files with 44 additions and 21 deletions

View File

@@ -408,6 +408,7 @@ impose additional teleport restrictions on the no-teleport Plane of Air
landmines set off by pushed boulders have same effects as stepping on them
secret corridor detected out of vision range is still displayed (prevents bug
where wand of secret door detection found nothing but still identified)
getobj can now see user-specified count when using inventory to make selection
Platform- and/or Interface-Specific Fixes