From af1c4ccd8e2e107572f34b3e36aff37edcf9dc2a Mon Sep 17 00:00:00 2001 From: shimitei Date: Fri, 20 Aug 2021 19:35:33 +0900 Subject: [PATCH] =?utf8?q?[Fix]=20=E5=BC=95=E6=95=B0=E3=81=AExy=E3=81=8C?= =?utf8?q?=E9=80=86=E3=81=A0=E3=81=A3=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/monster-floor/monster-summon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monster-floor/monster-summon.cpp b/src/monster-floor/monster-summon.cpp index 9d77f111e..1345bd631 100644 --- a/src/monster-floor/monster-summon.cpp +++ b/src/monster-floor/monster-summon.cpp @@ -158,7 +158,7 @@ bool summon_specific(player_type *player_ptr, MONSTER_IDX who, POSITION y1, POSI notice = true; } else if (is_seen(player_ptr, m_ptr)) { notice = true; - } else if (player_can_see_bold(player_ptr, x, y)) { + } else if (player_can_see_bold(player_ptr, y, x)) { notice = true; } } -- 2.11.0