Changeset 1440 for trunk

Show
Ignore:
Timestamp:
06/13/09 13:36:59 (15 months ago)
Author:
magnate
Message:

Update the monster list when monsters wake up - fixes #874

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/monster/monster2.c

    r1439 r1440  
    30223022 
    30233023        m_ptr->csleep = 0; 
     3024 
     3025        /* If it just woke up, update the monster list */ 
     3026        p_ptr->redraw |= PR_MONLIST; 
     3027         
    30243028        return TRUE; 
    30253029}