From a9696bd23c1859316bfc6bffdeedab530ac1c720 Mon Sep 17 00:00:00 2001 From: nothere Date: Fri, 18 Jul 2003 15:28:18 +0000 Subject: [PATCH 1/1] =?utf8?q?=E3=83=A2=E3=83=B3=E3=82=B9=E3=82=BF?= =?utf8?q?=E3=83=BC=E3=81=AB=E6=AD=A2=E3=82=81=E3=82=92=E5=88=BA=E3=81=97?= =?utf8?q?=E3=81=9F=E9=9A=9B=E3=81=AB=E7=B5=8C=E9=A8=93=E5=80=A4=E3=81=8C?= =?utf8?q?=E5=85=A8=E3=81=8F=E5=85=A5=E3=82=89=E3=81=AA=E3=81=8F=E3=81=AA?= =?utf8?q?=E3=82=8B=E3=81=A8=E3=81=84=E3=81=86=E3=83=90=E3=82=B0=E3=82=92?= =?utf8?q?=E4=BF=AE=E6=AD=A3.=20=E3=82=AF=E3=82=A8=E3=82=B9=E3=83=88?= =?utf8?q?=E5=88=A4=E5=AE=9A=E3=81=AE=E3=83=90=E3=82=B0=E4=BF=AE=E6=AD=A3?= =?utf8?q?=E3=81=AB=E3=82=88=E3=82=8B=E3=82=A8=E3=83=B3=E3=83=90=E3=82=B0?= =?utf8?q?=E3=81=A0=E3=81=A3=E3=81=9F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/xtra2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xtra2.c b/src/xtra2.c index b201fe64b..8b4119e2c 100644 --- a/src/xtra2.c +++ b/src/xtra2.c @@ -2097,9 +2097,9 @@ msg_format("%s /* Prevent bug of chaos patron's reward */ if (r_ptr->flags7 & RF7_KILL_EXP) - get_exp_from_mon((long)m_ptr->max_maxhp*2, &exp_mon); + get_exp_from_mon((long)exp_mon.max_maxhp*2, &exp_mon); else - get_exp_from_mon(((long)m_ptr->max_maxhp+1L) * 9L / 10L, &exp_mon); + get_exp_from_mon(((long)exp_mon.max_maxhp+1L) * 9L / 10L, &exp_mon); /* Not afraid */ (*fear) = FALSE; -- 2.11.0