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 564bf18de1..b4a2611d9e 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -7125,7 +7125,7 @@ void player::hibernate(int)
set_duration(DUR_SLEEP, 3 + random2avg(5, 2));
}
-void player::put_to_sleep(int power)
+void player::put_to_sleep(actor*, int power)
{
ASSERT(!crawl_state.arena);