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 e9b59b2364..9a44db2e71 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -490,7 +490,7 @@ public:
bool asleep() const;
void hibernate(int power = 0);
- void put_to_sleep(int power = 0);
+ void put_to_sleep(actor *, int power = 0);
void awake();
void check_awaken(int disturbance);