more fixes for revised 'sortloot'

After some permutation of commands which displayed items, the 'd'
command presented a prompt with the list of letters scrambled (in
loot order or pack order rather than invlet order), so explicitly
sort when getobj operates.  Done for ggetobj too.

For menustyle:Traditional, ',' followed by 'm' presented a pickup
list in pile order even when sortloot was 'l' or 'f'.  That was an
unintentional change during the 'revamp'.
This commit is contained in:
PatR
2016-03-22 01:19:27 -07:00
parent 98b5f581bb
commit e8e8c14b34
4 changed files with 39 additions and 21 deletions

View File

@@ -193,6 +193,7 @@ female gnome who gains level can grow up into male-only gnome lord; give an
kicked weapon which successfully hits monster vanishes from play
unseen landmine explosion could result in "The <monst-type> statue crumbles."
post-3.6.0: fix "object lost" panic during pickup caused by sortloot revamp
post-3.6.0: more sortloot revisions
Platform- and/or Interface-Specific Fixes