summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-02-06 21:57:49 +0100
committerRaphael Langella <raphael.langella@gmail.com>2012-02-06 21:57:49 +0100
commit050182461a86afbfaa98375b2f6608a4aab3283f (patch)
treedc18a5dba355e4a17d9ca631f7707935beb654bd /crawl-ref/source/wiz-you.h
parent3323d154a4990435874391d24a05ed4464e6f19a (diff)
downloadcrawl-ref-050182461a86afbfaa98375b2f6608a4aab3283f.tar.gz
crawl-ref-050182461a86afbfaa98375b2f6608a4aab3283f.zip
Properly update skill cost when changing skill level with the wizmode command.
Diffstat (limited to 'crawl-ref/source/wiz-you.h')
-rw-r--r--crawl-ref/source/wiz-you.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/wiz-you.h b/crawl-ref/source/wiz-you.h
index 35eebf63d9..a5738193d8 100644
--- a/crawl-ref/source/wiz-you.h
+++ b/crawl-ref/source/wiz-you.h
@@ -14,8 +14,7 @@ void wizard_heal(bool super_heal);
void wizard_set_hunger_state();
void wizard_set_piety();
void wizard_exercise_skill(void);
-void wizard_set_skill_level(skill_type skill = SK_NONE, int amount = -1,
- bool raw = false);
+void wizard_set_skill_level(skill_type skill = SK_NONE);
void wizard_set_all_skills(void);
void wizard_change_species(void);
void wizard_set_xl();