summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index eebf92f4e6..a5c1eaff1a 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -7007,7 +7007,7 @@ void player::rot(actor *who, int amount, int immediate)
disease_player(50 + random2(100));
}
-bool player::drain_exp(actor *who)
+bool player::drain_exp(actor *who, bool quiet)
{
return (::drain_exp());
}