OSDN Git Service

[Refactor] #37353 snipe_type をグローバル変数から、引数へ置換 / Replace snipe_type from global to...
[hengband/hengband.git] / src / dungeon.c
index 0ad8256..eaa5e3b 100644 (file)
@@ -4195,7 +4195,7 @@ static void process_command(void)
                /* Fire an item */
                case 'f':
                {
-                       do_cmd_fire();
+                       do_cmd_fire(SP_NONE);
                        break;
                }