OSDN Git Service

「無銘の」キーワードが未鑑定のアイテムにマッチしていたエンバグ修正。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Wed, 1 Oct 2003 19:10:59 +0000 (19:10 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Wed, 1 Oct 2003 19:10:59 +0000 (19:10 +0000)
src/autopick.c

index db0fdad..e354920 100644 (file)
@@ -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 ***/