From 2714df02ad4a4b47745caa149561e3a8c821df45 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:58 +0100 Subject: Remove f_head, f_name, f_text --- src/spells1.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/spells1.cc') diff --git a/src/spells1.cc b/src/spells1.cc index 95b19ed4..c2f5394b 100644 --- a/src/spells1.cc +++ b/src/spells1.cc @@ -7257,8 +7257,7 @@ static bool_ project_p(int who, int r, int y, int x, int dam, int typ, int a_rad } if (who == -101) { - sprintf(killer, "%s", - f_name + f_info[cave[p_ptr->py][p_ptr->px].feat].name); + sprintf(killer, "%s", f_info[cave[p_ptr->py][p_ptr->px].feat].name); } if (who >= -1) -- cgit v1.2.3