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 ca1bb06bc2..81b0fe44d4 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -771,7 +771,7 @@ void dec_napalm_player(int delay);
bool slow_player(int turns);
void dec_slow_player(int delay);
-void haste_player(int turns);
+bool haste_player(int turns);
void dec_haste_player(int delay);
void dec_disease_player(int delay);