OSDN Git Service

inscribe_flags()の関数宣言がauto_pickup_items()の中にあったので削除。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 6 May 2002 21:10:44 +0000 (21:10 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 6 May 2002 21:10:44 +0000 (21:10 +0000)
こういう書き方するべきでないね。

src/autopick.c

index 9faba93..8104012 100644 (file)
@@ -878,7 +878,6 @@ bool auto_destroy_item(s16b item, int autopick_idx)
 void auto_pickup_items(cave_type *c_ptr)
 {
        s16b this_o_idx, next_o_idx = 0;
-       s16b inscribe_flags(object_type *o_ptr, cptr out_val);
        
        /* Scan the pile of objects */
        for (this_o_idx = c_ptr->o_idx; this_o_idx; this_o_idx = next_o_idx)