Changeset 946

Show
Ignore:
Timestamp:
05/21/08 11:46:22 (6 months ago)
Author:
takkaria
Message:

(#491) Inventory should be the default display when selling regardless of previous view.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/store.c

    r930 r946  
    22302230 
    22312231        /* Get an item */ 
     2232        p_ptr->command_wrk = USE_INVEN; 
    22322233        if (!get_item(&item, prompt, reject, (USE_EQUIP | USE_INVEN | USE_FLOOR))) 
    22332234        {