From 4bbfb21ecc043396b22b0eb41eb3950ce39f2d6a Mon Sep 17 00:00:00 2001 From: Deskull Date: Wed, 6 Feb 2019 23:25:44 +0900 Subject: [PATCH] =?utf8?q?[Fix]=20#38934=20starlight()=20=E7=A7=BB?= =?utf8?q?=E5=8B=95=E6=99=82=E3=81=AE=E6=84=8F=E5=91=B3=E4=B8=8D=E6=98=8E?= =?utf8?q?=E3=81=AA=E3=82=A8=E3=83=B3=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE?= =?utf8?q?=E6=AD=A3=E3=80=82=20/=20Fix=20a=20meaning=20unknown=20bug=20on?= =?utf8?q?=20moving=20starlight().?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/spells2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spells2.c b/src/spells2.c index f0d77339c..de3c29743 100644 --- a/src/spells2.c +++ b/src/spells2.c @@ -2598,7 +2598,7 @@ bool starlight(bool magic) if (!player_bold(y, x)) break; } - project(0, 0, p_ptr->y, p_ptr->x, damroll(6 + p_ptr->lev / 8, 10), GF_LITE_WEAK, + project(0, 0, y, x, damroll(6 + p_ptr->lev / 8, 10), GF_LITE_WEAK, (PROJECT_BEAM | PROJECT_THRU | PROJECT_GRID | PROJECT_KILL | PROJECT_LOS), -1); } return TRUE; -- 2.11.0