OSDN Git Service

[Refactor] #37353 コメント整理。 / Refactor comments.
authordeskull <deskull@users.sourceforge.jp>
Mon, 11 Mar 2019 14:55:20 +0000 (23:55 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Mon, 11 Mar 2019 14:55:20 +0000 (23:55 +0900)
src/object2.c

index f610009..dce0bd7 100644 (file)
@@ -2196,7 +2196,6 @@ static void a_m_aux_1(object_type *o_ptr, DEPTH level, int power)
 
        if ((o_ptr->tval == TV_SWORD) && (o_ptr->sval == SV_DIAMOND_EDGE)) return;
 
-       /* Analyze type */
        switch (o_ptr->tval)
        {
                case TV_DIGGING:
@@ -2569,8 +2568,6 @@ static void a_m_aux_2(object_type *o_ptr, DEPTH level, int power)
                if (o_ptr->to_a < 0) o_ptr->curse_flags |= TRC_CURSED;
        }
 
-
-       /* Analyze type */
        switch (o_ptr->tval)
        {
                case TV_DRAG_ARMOR: