Changeset 352

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

Allow use of objects from the floor when blind. Closes #274.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/angband-3.0.8/src/object1.c

    r291 r352  
    29172917 
    29182918 
    2919         /* Scan all marked non-gold objects in the grid */ 
    2920         (void)scan_floor(floor_list, &floor_num, py, px, 0x03); 
     2919        /* Scan all non-gold objects in the grid */ 
     2920        (void)scan_floor(floor_list, &floor_num, py, px, 0x01); 
    29212921 
    29222922        /* Full floor */