Changeset 1438 for trunk

Show
Ignore:
Timestamp:
06/13/09 12:58:57 (15 months ago)
Author:
magnate
Message:

Change monlist to use player_can_see_bold rather than player_has_los_bold. I hope this will fix #875

Files:
1 modified

Legend:

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

    r1425 r1438  
    619619                 
    620620                /* Check for LOS */ 
    621                 if (player_has_los_bold(m_ptr->fy, m_ptr->fx)) 
     621                if (player_can_see_bold(m_ptr->fy, m_ptr->fx)) 
    622622                { 
    623623                        /* Increment the total number of in-LOS monsters */