summaryrefslogtreecommitdiff
path: root/src/wizard1.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
commit58e8024f17446bf3b1a36985d746f6de330874c0 (patch)
tree59ee37337149de5009a9e036e86bdeeb1e8d4663 /src/wizard1.cc
parente3405ca03eebafa60e773812c4f12fed7f4805db (diff)
Remove s_head, s_name, s_text
Diffstat (limited to 'src/wizard1.cc')
-rw-r--r--src/wizard1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wizard1.cc b/src/wizard1.cc
index f6790ce4..818cbe99 100644
--- a/src/wizard1.cc
+++ b/src/wizard1.cc
@@ -2566,7 +2566,7 @@ void print_magic_powers( magic_power *powers, int max_powers, void(*power_info)(
/* Dump the header line */
spoiler_blanklines(2);
- sprintf(buf, "%s", s_info[skill_num].name + s_name);
+ sprintf(buf, "%s", s_info[skill_num].name);
spoiler_underline(buf);
spoiler_blanklines(1);