summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index ee34bd703e..c1a3c62b29 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -414,7 +414,7 @@ public:
void attacking(actor *other);
bool can_go_berserk() const;
- bool can_go_berserk(bool verbose, bool no_clarity = false) const;
+ bool can_go_berserk(bool intentional) const;
void go_berserk(bool intentional);
bool berserk() const;
bool can_mutate() const;