Changeset 1411 for trunk

Show
Ignore:
Timestamp:
05/23/09 18:43:59 (16 months ago)
Author:
magnate
Message:

Drop squelched items after choosing to ignore them (fixes #849)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/cmd3.c

    r1346 r1411  
    295295                        /* squelch_set_squelch(tval, sval); */ 
    296296                        k_info[o_ptr->k_idx].squelch = TRUE; 
     297                        p_ptr->notice |= PN_SQUELCH; 
    297298                        msg_format("Ignoring %s from now on.", sval_name); 
    298299                }