OSDN Git Service

[Refactor] #37353 cmd-mane.h を作成して変数宣言移動。 mane.c を cmd-mane.c に改名。
[hengband/hengband.git] / src / object2.c
index da7c7d5..13c42c7 100644 (file)
@@ -154,11 +154,8 @@ void delete_object_idx(OBJECT_IDX o_idx)
        if (!(j_ptr->held_m_idx))
        {
                POSITION y, x;
-
                y = j_ptr->iy;
                x = j_ptr->ix;
-
-               /* Visual update */
                lite_spot(y, x);
        }
        object_wipe(j_ptr);
@@ -200,7 +197,6 @@ void delete_object(POSITION y, POSITION x)
        /* Objects are gone */
        g_ptr->o_idx = 0;
 
-       /* Visual update */
        lite_spot(y, x);
 }