- Timestamp:
- 06/13/09 12:58:57 (15 months ago)
- Files:
-
- 1 modified
-
trunk/src/monster/monster2.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/monster/monster2.c
r1425 r1438 619 619 620 620 /* 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)) 622 622 { 623 623 /* Increment the total number of in-LOS monsters */
