From b852b2e2a0dce017f6d3283d5756927062bf39b9 Mon Sep 17 00:00:00 2001 From: deskull Date: Sun, 17 Mar 2019 14:27:52 +0900 Subject: [PATCH] =?utf8?q?[Refactor]=20#37353=20=E3=82=B3=E3=83=A1?= =?utf8?q?=E3=83=B3=E3=83=88=E6=95=B4=E7=90=86=E3=80=82=20/=20Refactor=20c?= =?utf8?q?omments.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/dungeon.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/dungeon.c b/src/dungeon.c index 0364e9cfd..71154a627 100644 --- a/src/dungeon.c +++ b/src/dungeon.c @@ -4991,7 +4991,6 @@ static void process_player(void) monster_type *m_ptr; monster_race *r_ptr; - /* Access monster */ m_ptr = ¤t_floor_ptr->m_list[m_idx]; /* Skip dead monsters */ @@ -5026,8 +5025,6 @@ static void process_player(void) for (m_idx = 1; m_idx < m_max; m_idx++) { monster_type *m_ptr; - - /* Access monster */ m_ptr = ¤t_floor_ptr->m_list[m_idx]; /* Skip dead monsters */ -- 2.11.0