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 20c8bcdeab..c435b9d608 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -741,7 +741,7 @@ void reduce_poison_player(int amount);
bool miasma_player();
bool napalm_player(int amount);
-void dec_napalm_player();
+void dec_napalm_player(int delay);
bool slow_player(int amount);
void dec_slow_player();