Changeset 266

Show
Ignore:
Timestamp:
07/04/07 13:42:26 (1 year ago)
Author:
ajps
Message:

Fix the monster knowledge screen wrt uniques being seen and killed. Closes #185.

Files:

Legend:

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

    r256 r266  
    10421042        int kills = 0; 
    10431043 
     1044        /* Access the race */ 
     1045         
    10441046        for (i = 0; i < n; i++) 
    10451047        { 
     
    10481050        } 
    10491051 
    1050         if (gid == 0) 
     1052        /* Different display for the first item if we've got uniques to show */ 
     1053        if (gid == 0 && ((&r_info[default_join[object_list[0]].oid])->flags1 & (RF1_UNIQUE))) 
    10511054        { 
    10521055                c_prt(TERM_L_BLUE, format("%d known uniques, %d slain.", n, kills),