Changeset 221

Show
Ignore:
Timestamp:
06/26/07 19:30:25 (1 year ago)
Author:
ajps
Message:

Fix for the omission of squelching by specific object type (I think)

Files:

Legend:

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

    r220 r221  
    340340 
    341341 
     342        /* Do squelching by type */ 
     343        if (k_info[o_ptr->k_idx].squelch) 
     344        { 
     345                if (fullid) return TRUE; 
     346        } 
     347 
    342348        /* Find the appropriate squelch group */ 
    343349        for (i = 0; i < N_ELEMENTS(type_tvals); i++)