From ec146478e9421e5d1bc0e5fcf478b61a843e1967 Mon Sep 17 00:00:00 2001 From: nothere Date: Thu, 10 Jul 2003 16:35:59 +0000 Subject: [PATCH] =?utf8?q?=E8=87=AA=E5=88=86=E8=87=AA=E8=BA=AB=E3=81=8C?= =?utf8?q?=E5=85=89=E6=BA=90=E3=81=A7=E3=81=AF=E3=81=AA=E3=81=84=E5=85=89?= =?utf8?q?=E6=BA=90=E6=8C=81=E3=81=A1=E3=81=AE=E3=83=A2=E3=83=B3=E3=82=B9?= =?utf8?q?=E3=82=BF=E3=83=BC=E3=81=8C=E7=9B=AE=E3=82=92=E8=A6=9A=E3=81=BE?= =?utf8?q?=E3=81=97=E3=81=9F=E9=9A=9B=E3=81=AB,=20=E3=81=9D=E3=81=AE=20?= =?utf8?q?=E3=83=A2=E3=83=B3=E3=82=B9=E3=82=BF=E3=83=BC=E3=81=8C=E8=A6=8B?= =?utf8?q?=E3=81=88=E3=81=9A=E3=81=AB=E7=89=A9=E9=99=B0=E3=81=AB=E3=81=84?= =?utf8?q?=E3=82=8B=E5=A0=B4=E5=90=88=E3=81=AB=E5=85=89=E6=BA=90=E3=81=8Cu?= =?utf8?q?pdate=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84=E3=83=90=E3=82=B0?= =?utf8?q?=E3=82=92=E4=BF=AE=E6=AD=A3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/dungeon.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/dungeon.c b/src/dungeon.c index 7e4996bbf..e44c969b6 100644 --- a/src/dungeon.c +++ b/src/dungeon.c @@ -1268,6 +1268,8 @@ static void process_monsters_counters(void) /* Reset sleep counter */ m_ptr->csleep = 0; + if (r_ptr->flags7 & RF7_HAS_LD_MASK) p_ptr->update |= (PU_MON_LITE); + /* Notice the "waking up" */ if (m_ptr->ml) { @@ -1287,9 +1289,6 @@ static void process_monsters_counters(void) if (p_ptr->health_who == m_idx) p_ptr->redraw |= (PR_HEALTH); if (p_ptr->riding == m_idx) p_ptr->redraw |= (PR_UHEALTH); - if (r_ptr->flags7 & RF7_HAS_LD_MASK) - p_ptr->update |= (PU_MON_LITE); - /* Hack -- Count the wakings */ if (r_ptr->r_wake < MAX_UCHAR) { -- 2.11.0