summaryrefslogtreecommitdiff
path: root/src/spells1.cc
diff options
context:
space:
mode:
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 c38da910..dd69dfc8 100644
--- a/src/spells1.cc
+++ b/src/spells1.cc
@@ -7253,8 +7253,7 @@ static bool_ project_p(int who, int r, int y, int x, int dam, int typ, int a_rad
/* Did the dungeon do it? */
if (who == -100)
{
- sprintf(killer, "%s",
- d_name + d_info[dungeon_type].name);
+ sprintf(killer, "%s", d_info[dungeon_type].name);
}
if (who == -101)
{