OSDN Git Service

[Refactor] #37353 コメント整理。 / Refactor comments.
[hengband/hengband.git] / src / cmd-item.c
index 7a60ff8..56b4bf4 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "object-hook.h"
 #include "sort.h"
+#include "quest.h"
 
 
 /*!
@@ -1838,7 +1839,7 @@ void do_cmd_use(void)
                case TV_ARROW:
                case TV_BOLT:
                {
-                       do_cmd_fire_aux(item, &inventory[INVEN_BOW]);
+                       exe_fire(item, &inventory[INVEN_BOW]);
                        break;
                }