OSDN Git Service

Merge branch '#39076' into For2.2.2-Refactoring
[hengband/hengband.git] / src / cmd-item.c
index 21c985e..99c4f76 100644 (file)
@@ -1440,7 +1440,6 @@ void do_cmd_query_symbol(void)
        /* Scan the monster memory */
        while (1)
        {
-               /* Extract a race */
                r_idx = who[i];
 
                /* Hack -- Auto-recall */
@@ -1582,7 +1581,7 @@ void do_cmd_use(void)
                        break;
 
                default:
-                       do_cmd_activate_aux(item);
+                       do_cmd_activate_aux(p_ptr, item);
                        break;
        }
 }