OSDN Git Service

massacre() 関数の未使用引数を削除。 / remove unused arguments of massacre().
[hengband/hengband.git] / src / artifact.c
index 8b63e65..6b7abbd 100644 (file)
@@ -3429,7 +3429,7 @@ bool activate_random_artifact(object_type *o_ptr)
                {
                        msg_print(_("あなたは妖刀に魅入られた…", "You are enchanted by cursed blade..."));
                        msg_print(_("「狂ほしく 血のごとき 月はのぼれり 秘めおきし 魔剣 いずこぞや」", "'Behold the blade arts.'"));
-                       massacre(p_ptr->y, p_ptr->x);
+                       massacre();
                        break;
                }