summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-03-08 00:47:27 +0100
committerRaphael Langella <raphael.langella@gmail.com>2012-03-08 00:56:08 +0100
commitae7027bf5b3552e20de08b5104e184b3c0b29778 (patch)
tree10c6f2a8050d5c3e23ebe40bd2de25e40c001d42 /crawl-ref/source/wiz-you.h
parente5c3cec024903a87fd0f5378448453faf307c339 (diff)
downloadcrawl-ref-ae7027bf5b3552e20de08b5104e184b3c0b29778.tar.gz
crawl-ref-ae7027bf5b3552e20de08b5104e184b3c0b29778.zip
New wizard command: &^M to memorise a spell.
Diffstat (limited to 'crawl-ref/source/wiz-you.h')
-rw-r--r--crawl-ref/source/wiz-you.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-you.h b/crawl-ref/source/wiz-you.h
index 8be51622c7..0d52d15ff3 100644
--- a/crawl-ref/source/wiz-you.h
+++ b/crawl-ref/source/wiz-you.h
@@ -9,7 +9,7 @@
#include "enum.h"
void wizard_cast_spec_spell(void);
-void wizard_cast_spec_spell_name(void);
+void wizard_memorise_spec_spell(void);
void wizard_heal(bool super_heal);
void wizard_set_hunger_state();
void wizard_set_piety();