OSDN Git Service

[Refactor] #37353 do_cmd_fire_aux()をexe_fire()に改名。 / Rename do_cmd_fire_aux() to...
[hengband/hengband.git] / src / cmd2.c
index 6a7e2d0..b0c0467 100644 (file)
@@ -2250,7 +2250,7 @@ void do_cmd_fire(void)
        }
 
        /* Fire the item */
-       do_cmd_fire_aux(item, j_ptr);
+       exe_fire(item, j_ptr);
 
        if (!is_fired || p_ptr->pclass != CLASS_SNIPER) return;