From e3405ca03eebafa60e773812c4f12fed7f4805db Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:58 +0100 Subject: Remove t_head, t_name, t_text --- src/spells1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spells1.cc') diff --git a/src/spells1.cc b/src/spells1.cc index dd69dfc8..95b19ed4 100644 --- a/src/spells1.cc +++ b/src/spells1.cc @@ -7276,7 +7276,7 @@ static bool_ project_p(int who, int r, int y, int x, int dam, int typ, int a_rad if (who == -2) { sprintf(killer, "%s", - t_name + t_info[cave[p_ptr->py][p_ptr->px].t_idx].name); + t_info[cave[p_ptr->py][p_ptr->px].t_idx].name); } /* Analyze the damage */ -- cgit v1.2.3