From da5793e612958eb221c94505550ad7619d78370d Mon Sep 17 00:00:00 2001 From: Deskull Date: Fri, 14 Dec 2018 00:41:23 +0900 Subject: [PATCH] =?utf8?q?[Fix]=20#38796=20=E5=A4=89=E6=95=B0=E5=90=8D?= =?utf8?q?=E3=83=9F=E3=82=B9=E4=BF=AE=E6=AD=A3=E3=80=82=20/=20Fix=20variab?= =?utf8?q?le=20name.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/dungeon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dungeon.c b/src/dungeon.c index ea17378ba..ae09de713 100644 --- a/src/dungeon.c +++ b/src/dungeon.c @@ -1505,7 +1505,7 @@ static void process_world_aux_hp_and_sp(void) } if (have_flag(f_ptr->flags, FF_WATER) && have_flag(f_ptr->flags, FF_DEEP) && - !p_ptr->levitation && !p_ptr->can_swim && !p_ptr->res_water) + !p_ptr->levitation && !p_ptr->can_swim && !p_ptr->resist_water) { if (p_ptr->total_weight > weight_limit()) { -- 2.11.0