From a1ef4cd2cfc1eae505e9674f536bdd386bb256b4 Mon Sep 17 00:00:00 2001 From: habu Date: Tue, 5 Jan 2010 07:51:29 +0000 Subject: [PATCH] =?utf8?q?=E5=85=89=E9=80=9F=E7=A7=BB=E5=8B=95=E4=B8=AD?= =?utf8?q?=E3=81=AF=E6=8E=A2=E7=B4=A2=E4=B8=AD=E3=81=A7=E3=81=82=E3=81=A3?= =?utf8?q?=E3=81=A6=E3=82=82=E8=A1=A8=E7=A4=BA=E4=B8=8A=E3=81=AE=E9=80=9F?= =?utf8?q?=E5=BA=A6=E3=82=92+10=E3=81=97=E3=81=AA=E3=81=84=E3=82=88?= =?utf8?q?=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/xtra1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xtra1.c b/src/xtra1.c index ee5267a29..3b83f9709 100644 --- a/src/xtra1.c +++ b/src/xtra1.c @@ -1350,7 +1350,7 @@ static void prt_speed(void) row_speed = hgt + ROW_SPEED; /* Hack -- Visually "undo" the Search Mode Slowdown */ - if (p_ptr->action == ACTION_SEARCH) i += 10; + if (p_ptr->action == ACTION_SEARCH && !p_ptr->lightspeed) i += 10; /* Fast */ if (i > 110) -- 2.11.0