From ad2f5ab226594377dac6f2f3500a125fff6dc73d Mon Sep 17 00:00:00 2001 From: mogami Date: Wed, 1 Oct 2003 19:10:59 +0000 Subject: [PATCH] =?utf8?q?=E3=80=8C=E7=84=A1=E9=8A=98=E3=81=AE=E3=80=8D?= =?utf8?q?=E3=82=AD=E3=83=BC=E3=83=AF=E3=83=BC=E3=83=89=E3=81=8C=E6=9C=AA?= =?utf8?q?=E9=91=91=E5=AE=9A=E3=81=AE=E3=82=A2=E3=82=A4=E3=83=86=E3=83=A0?= =?utf8?q?=E3=81=AB=E3=83=9E=E3=83=83=E3=83=81=E3=81=97=E3=81=A6=E3=81=84?= =?utf8?q?=E3=81=9F=E3=82=A8=E3=83=B3=E3=83=90=E3=82=B0=E4=BF=AE=E6=AD=A3?= =?utf8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/autopick.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/autopick.c b/src/autopick.c index db0fdad76..e35492010 100644 --- a/src/autopick.c +++ b/src/autopick.c @@ -1039,6 +1039,13 @@ static bool is_autopick_aux(object_type *o_ptr, autopick_type *entry, cptr o_nam return FALSE; } } + + /* Unidentified */ + else + { + /* Not known to be nameless */ + return FALSE; + } } /*** Unaware items ***/ -- 2.11.0