summaryrefslogtreecommitdiff
path: root/src/spells1.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
commit2714df02ad4a4b47745caa149561e3a8c821df45 (patch)
treeeed928a19283374ede241177e294663367e20340 /src/spells1.cc
parent11056413f0457bca511ad6f875219e031a2c3503 (diff)
Remove f_head, f_name, f_text
Diffstat (limited to 'src/spells1.cc')
-rw-r--r--src/spells1.cc3
1 files changed, 1 insertions, 2 deletions
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)