summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-act.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player-act.cc')
-rw-r--r--crawl-ref/source/player-act.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player-act.cc b/crawl-ref/source/player-act.cc
index d304c60196..7ee534cc62 100644
--- a/crawl-ref/source/player-act.cc
+++ b/crawl-ref/source/player-act.cc
@@ -509,7 +509,7 @@ void player::make_hungry(int hunger_increase, bool silent)
::lessen_hunger(-hunger_increase, silent);
}
-string player::name(description_level_type dt, bool) const
+string player::name(description_level_type dt, bool, bool) const
{
switch (dt)
{