Changeset 622

Show
Ignore:
Timestamp:
12/21/07 21:29:56 (1 year ago)
Author:
takkaria
Message:

Remove duplicate code (the lines removed were also present in monster_death()).

Files:

Legend:

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

    r603 r622  
    14801480                monster_death(m_idx); 
    14811481 
    1482                 /* When the player kills a Unique, it stays dead */ 
    1483                 if (r_ptr->flags1 & (RF1_UNIQUE)) r_ptr->max_num = 0; 
    1484  
    14851482                /* Recall even invisible uniques or winners */ 
    14861483                if (m_ptr->ml || (r_ptr->flags1 & (RF1_UNIQUE)))