Changeset 311

Show
Ignore:
Timestamp:
07/08/07 17:14:51 (1 year ago)
Author:
takkaria
Message:

Fix trap detection status display. (It wasn't being redrawn properly.)

Files:

Legend:

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

    r308 r311  
    891891 
    892892        /* Don't worry about non-statusline bits */ 
    893         if (!(p_ptr->redraw & (PR_STATE | PR_STUDY | PR_STATUS))) 
     893        if (!(p_ptr->redraw & (PR_STATE | PR_STUDY | PR_STATUS | PR_DTRAP))) 
    894894                return; 
    895895