Changeset 234

Show
Ignore:
Timestamp:
06/27/07 22:29:18 (1 year ago)
Author:
ajps
Message:

Fix to once again allow the 'feeling' of things that can't be seen. Closes #161.

Files:

Legend:

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

    r229 r234  
    769769 
    770770                /* Ignore all hidden objects */ 
    771                 if ((!o_ptr->marked) || squelch_hide_item(o_ptr)) continue; 
     771                if (squelch_hide_item(o_ptr)) continue; 
    772772 
    773773                /* Paranoia -- ignore all dead objects  XXX */