summaryrefslogtreecommitdiff
path: root/src/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells1.cc')
-rw-r--r--src/spells1.cc2
1 files changed, 1 insertions, 1 deletions
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 */