Changeset 344

Show
Ignore:
Timestamp:
07/14/07 12:12:30 (1 year ago)
Author:
ajps
Message:

Looks like I forgot to compile before commiting.

Files:

Legend:

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

    r342 r344  
    12091209 
    12101210                        /* Detect */ 
    1211                         if (!squelch_hide_object(o_ptr)) 
     1211                        if (!squelch_hide_item(o_ptr)) 
    12121212                                detect = TRUE; 
    12131213                } 
     
    12771277 
    12781278                        /* Detect */ 
    1279                         if (!squelch_hide_object(o_ptr)) 
     1279                        if (!squelch_hide_item(o_ptr)) 
    12801280                                detect = TRUE; 
    12811281                }